Sep 06 03:42:45.418 INFO checking mockers_codegen-0.9.4 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 03:42:45.418 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 03:42:45.418 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 03:42:45.616 INFO blam! 2686b026c433eba4cd8fccf2d35c1c0ff71c61a02be036272e49965c04636126 Sep 06 03:42:45.618 INFO running `"docker" "start" "-a" "2686b026c433eba4cd8fccf2d35c1c0ff71c61a02be036272e49965c04636126"` Sep 06 03:42:46.525 INFO kablam! usermod: no changes Sep 06 03:42:46.610 INFO kablam! Compiling mockers_codegen v0.9.4 (file:///source) Sep 06 03:42:49.327 INFO kablam! error[E0432]: unresolved import `syntax::abi` Sep 06 03:42:49.327 INFO kablam! --> src/lib.in.rs:5:13 Sep 06 03:42:49.327 INFO kablam! | Sep 06 03:42:49.327 INFO kablam! 5 | use syntax::abi::Abi; Sep 06 03:42:49.327 INFO kablam! | ^^^ Could not find `abi` in `syntax` Sep 06 03:42:49.327 INFO kablam! Sep 06 03:42:49.327 INFO kablam! error[E0432]: unresolved import `syntax::ast::TyParam` Sep 06 03:42:49.327 INFO kablam! --> src/lib.in.rs:9:58 Sep 06 03:42:49.327 INFO kablam! | Sep 06 03:42:49.327 INFO kablam! 9 | VisibilityKind, ImplItemKind, Arg, Ty, TyParam, Path, PathSegment, Sep 06 03:42:49.327 INFO kablam! | ^^^^^^^ no `TyParam` in `ast` Sep 06 03:42:49.327 INFO kablam! Sep 06 03:42:49.328 INFO kablam! error[E0432]: unresolved import `syntax::ast::TyParamBound` Sep 06 03:42:49.328 INFO kablam! --> src/lib.in.rs:10:19 Sep 06 03:42:49.328 INFO kablam! | Sep 06 03:42:49.328 INFO kablam! 10 | TyParamBound, Defaultness, MetaItem, TraitRef, TypeBinding, PathParameters, Sep 06 03:42:49.328 INFO kablam! | ^^^^^^^^^^^^ no `TyParamBound` in `ast` Sep 06 03:42:49.328 INFO kablam! Sep 06 03:42:49.328 INFO kablam! error[E0432]: unresolved import `syntax::ast::PathParameters` Sep 06 03:42:49.328 INFO kablam! --> src/lib.in.rs:10:79 Sep 06 03:42:49.328 INFO kablam! | Sep 06 03:42:49.328 INFO kablam! 10 | TyParamBound, Defaultness, MetaItem, TraitRef, TypeBinding, PathParameters, Sep 06 03:42:49.328 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 06 03:42:49.328 INFO kablam! Sep 06 03:42:49.329 INFO kablam! error[E0432]: unresolved import `syntax::ast::AngleBracketedParameterData` Sep 06 03:42:49.329 INFO kablam! --> src/lib.in.rs:11:19 Sep 06 03:42:49.329 INFO kablam! | Sep 06 03:42:49.329 INFO kablam! 11 | AngleBracketedParameterData, ParenthesizedParameterData, TraitBoundModifier, Sep 06 03:42:49.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 06 03:42:49.329 INFO kablam! Sep 06 03:42:49.329 INFO kablam! error[E0432]: unresolved import `syntax::ast::ParenthesizedParameterData` Sep 06 03:42:49.329 INFO kablam! --> src/lib.in.rs:11:48 Sep 06 03:42:49.329 INFO kablam! | Sep 06 03:42:49.329 INFO kablam! 11 | AngleBracketedParameterData, ParenthesizedParameterData, TraitBoundModifier, Sep 06 03:42:49.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 06 03:42:49.329 INFO kablam! Sep 06 03:42:49.329 INFO kablam! error[E0432]: unresolved import `syntax::ast::LifetimeDef` Sep 06 03:42:49.329 INFO kablam! --> src/lib.in.rs:12:53 Sep 06 03:42:49.329 INFO kablam! | Sep 06 03:42:49.329 INFO kablam! 12 | QSelf, MutTy, BareFnTy, Lifetime, LifetimeDef, TyParamBounds, GenericParam, Sep 06 03:42:49.329 INFO kablam! | ^^^^^^^^^^^ no `LifetimeDef` in `ast`. Did you mean to use `Lifetime`? Sep 06 03:42:49.329 INFO kablam! Sep 06 03:42:49.330 INFO kablam! error[E0432]: unresolved import `syntax::ast::TyParamBounds` Sep 06 03:42:49.330 INFO kablam! --> src/lib.in.rs:12:66 Sep 06 03:42:49.330 INFO kablam! | Sep 06 03:42:49.330 INFO kablam! 12 | QSelf, MutTy, BareFnTy, Lifetime, LifetimeDef, TyParamBounds, GenericParam, Sep 06 03:42:49.330 INFO kablam! | ^^^^^^^^^^^^^ no `TyParamBounds` in `ast` Sep 06 03:42:49.330 INFO kablam! Sep 06 03:42:49.330 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 03:42:49.330 INFO kablam! --> src/lib.in.rs:14:13 Sep 06 03:42:49.330 INFO kablam! | Sep 06 03:42:49.330 INFO kablam! 14 | use syntax::codemap::{Span, Spanned, respan, DUMMY_SP}; Sep 06 03:42:49.330 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 06 03:42:49.330 INFO kablam! Sep 06 03:42:49.330 INFO kablam! error[E0432]: unresolved import `syntax::parse::common` Sep 06 03:42:49.330 INFO kablam! --> src/lib.in.rs:18:20 Sep 06 03:42:49.330 INFO kablam! | Sep 06 03:42:49.330 INFO kablam! 18 | use syntax::parse::common::SeqSep; Sep 06 03:42:49.330 INFO kablam! | ^^^^^^ Could not find `common` in `parse` Sep 06 03:42:49.330 INFO kablam! Sep 06 03:42:49.330 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 06 03:42:49.330 INFO kablam! --> src/lib.in.rs:24:19 Sep 06 03:42:49.330 INFO kablam! | Sep 06 03:42:49.330 INFO kablam! 24 | use syntax::util::small_vector::SmallVector; Sep 06 03:42:49.330 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 06 03:42:49.330 INFO kablam! Sep 06 03:42:49.330 INFO kablam! error[E0432]: unresolved import `syntax::util::ThinVec` Sep 06 03:42:49.331 INFO kablam! --> src/lib.in.rs:25:5 Sep 06 03:42:49.331 INFO kablam! | Sep 06 03:42:49.331 INFO kablam! 25 | use syntax::util::ThinVec; Sep 06 03:42:49.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `ThinVec` in `util` Sep 06 03:42:49.331 INFO kablam! Sep 06 03:42:49.402 INFO kablam! error[E0432]: unresolved import `syntax::abi` Sep 06 03:42:49.402 INFO kablam! --> src/lib.in.rs:5:13 Sep 06 03:42:49.402 INFO kablam! | Sep 06 03:42:49.402 INFO kablam! 5 | use syntax::abi::Abi; Sep 06 03:42:49.402 INFO kablam! | ^^^ Could not find `abi` in `syntax` Sep 06 03:42:49.402 INFO kablam! Sep 06 03:42:49.418 INFO kablam! error[E0432]: unresolved import `syntax::ast::TyParam` Sep 06 03:42:49.418 INFO kablam! --> src/lib.in.rs:9:58 Sep 06 03:42:49.418 INFO kablam! | Sep 06 03:42:49.418 INFO kablam! 9 | VisibilityKind, ImplItemKind, Arg, Ty, TyParam, Path, PathSegment, Sep 06 03:42:49.418 INFO kablam! | ^^^^^^^ no `TyParam` in `ast` Sep 06 03:42:49.418 INFO kablam! Sep 06 03:42:49.418 INFO kablam! error[E0432]: unresolved import `syntax::ast::TyParamBound` Sep 06 03:42:49.418 INFO kablam! --> src/lib.in.rs:10:19 Sep 06 03:42:49.418 INFO kablam! | Sep 06 03:42:49.418 INFO kablam! 10 | TyParamBound, Defaultness, MetaItem, TraitRef, TypeBinding, PathParameters, Sep 06 03:42:49.418 INFO kablam! | ^^^^^^^^^^^^ no `TyParamBound` in `ast` Sep 06 03:42:49.418 INFO kablam! Sep 06 03:42:49.419 INFO kablam! error[E0432]: unresolved import `syntax::ast::PathParameters` Sep 06 03:42:49.419 INFO kablam! --> src/lib.in.rs:10:79 Sep 06 03:42:49.419 INFO kablam! | Sep 06 03:42:49.419 INFO kablam! 10 | TyParamBound, Defaultness, MetaItem, TraitRef, TypeBinding, PathParameters, Sep 06 03:42:49.419 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 06 03:42:49.419 INFO kablam! Sep 06 03:42:49.419 INFO kablam! error[E0432]: unresolved import `syntax::ast::AngleBracketedParameterData` Sep 06 03:42:49.419 INFO kablam! --> src/lib.in.rs:11:19 Sep 06 03:42:49.419 INFO kablam! | Sep 06 03:42:49.419 INFO kablam! 11 | AngleBracketedParameterData, ParenthesizedParameterData, TraitBoundModifier, Sep 06 03:42:49.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 06 03:42:49.419 INFO kablam! Sep 06 03:42:49.420 INFO kablam! error[E0432]: unresolved import `syntax::ast::ParenthesizedParameterData` Sep 06 03:42:49.420 INFO kablam! --> src/lib.in.rs:11:48 Sep 06 03:42:49.420 INFO kablam! | Sep 06 03:42:49.420 INFO kablam! 11 | AngleBracketedParameterData, ParenthesizedParameterData, TraitBoundModifier, Sep 06 03:42:49.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 06 03:42:49.420 INFO kablam! Sep 06 03:42:49.420 INFO kablam! error[E0432]: unresolved import `syntax::ast::LifetimeDef` Sep 06 03:42:49.420 INFO kablam! --> src/lib.in.rs:12:53 Sep 06 03:42:49.420 INFO kablam! | Sep 06 03:42:49.420 INFO kablam! 12 | QSelf, MutTy, BareFnTy, Lifetime, LifetimeDef, TyParamBounds, GenericParam, Sep 06 03:42:49.420 INFO kablam! | ^^^^^^^^^^^ no `LifetimeDef` in `ast`. Did you mean to use `Lifetime`? Sep 06 03:42:49.420 INFO kablam! Sep 06 03:42:49.420 INFO kablam! error[E0432]: unresolved import `syntax::ast::TyParamBounds` Sep 06 03:42:49.420 INFO kablam! --> src/lib.in.rs:12:66 Sep 06 03:42:49.420 INFO kablam! | Sep 06 03:42:49.420 INFO kablam! 12 | QSelf, MutTy, BareFnTy, Lifetime, LifetimeDef, TyParamBounds, GenericParam, Sep 06 03:42:49.420 INFO kablam! | ^^^^^^^^^^^^^ no `TyParamBounds` in `ast` Sep 06 03:42:49.420 INFO kablam! Sep 06 03:42:49.420 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 03:42:49.420 INFO kablam! --> src/lib.in.rs:14:13 Sep 06 03:42:49.420 INFO kablam! | Sep 06 03:42:49.420 INFO kablam! 14 | use syntax::codemap::{Span, Spanned, respan, DUMMY_SP}; Sep 06 03:42:49.420 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 06 03:42:49.420 INFO kablam! Sep 06 03:42:49.420 INFO kablam! error[E0432]: unresolved import `syntax::parse::common` Sep 06 03:42:49.420 INFO kablam! --> src/lib.in.rs:18:20 Sep 06 03:42:49.420 INFO kablam! | Sep 06 03:42:49.420 INFO kablam! 18 | use syntax::parse::common::SeqSep; Sep 06 03:42:49.420 INFO kablam! | ^^^^^^ Could not find `common` in `parse` Sep 06 03:42:49.420 INFO kablam! Sep 06 03:42:49.420 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 06 03:42:49.420 INFO kablam! --> src/lib.in.rs:24:19 Sep 06 03:42:49.420 INFO kablam! | Sep 06 03:42:49.420 INFO kablam! 24 | use syntax::util::small_vector::SmallVector; Sep 06 03:42:49.420 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 06 03:42:49.420 INFO kablam! Sep 06 03:42:49.420 INFO kablam! error[E0432]: unresolved import `syntax::util::ThinVec` Sep 06 03:42:49.420 INFO kablam! --> src/lib.in.rs:25:5 Sep 06 03:42:49.420 INFO kablam! | Sep 06 03:42:49.420 INFO kablam! 25 | use syntax::util::ThinVec; Sep 06 03:42:49.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `ThinVec` in `util` Sep 06 03:42:49.420 INFO kablam! Sep 06 03:42:49.548 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 06 03:42:49.548 INFO kablam! --> src/lib.in.rs:69:9 Sep 06 03:42:49.548 INFO kablam! | Sep 06 03:42:49.548 INFO kablam! 69 | token::Ident(id) if id.name == keywords::SelfValue.name() => { Sep 06 03:42:49.548 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 06 03:42:49.549 INFO kablam! Sep 06 03:42:49.569 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 06 03:42:49.569 INFO kablam! --> src/lib.in.rs:69:9 Sep 06 03:42:49.569 INFO kablam! | Sep 06 03:42:49.569 INFO kablam! 69 | token::Ident(id) if id.name == keywords::SelfValue.name() => { Sep 06 03:42:49.569 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 06 03:42:49.569 INFO kablam! Sep 06 03:42:49.678 INFO kablam! error[E0624]: method `diagnostic` is private Sep 06 03:42:49.678 INFO kablam! --> src/lib.in.rs:75:34 Sep 06 03:42:49.678 INFO kablam! | Sep 06 03:42:49.678 INFO kablam! 75 | Err(_) => Err(parser.diagnostic().struct_span_err( Sep 06 03:42:49.679 INFO kablam! | ^^^^^^^^^^ Sep 06 03:42:49.679 INFO kablam! Sep 06 03:42:49.686 INFO kablam! error[E0624]: method `diagnostic` is private Sep 06 03:42:49.686 INFO kablam! --> src/lib.in.rs:100:24 Sep 06 03:42:49.686 INFO kablam! | Sep 06 03:42:49.686 INFO kablam! 100 | parser.diagnostic().struct_span_err(sp, "Trait definition expected"))?; Sep 06 03:42:49.686 INFO kablam! | ^^^^^^^^^^ Sep 06 03:42:49.689 INFO kablam! Sep 06 03:42:49.693 INFO kablam! error[E0277]: the size for values of type `[TraitDesc]` cannot be known at compilation time Sep 06 03:42:49.693 INFO kablam! --> src/lib.in.rs:110:22 Sep 06 03:42:49.693 INFO kablam! | Sep 06 03:42:49.693 INFO kablam! 110 | let (mock_ident, trait_items) = match parse_macro_args(&mut parser) { Sep 06 03:42:49.693 INFO kablam! | ^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 03:42:49.702 INFO kablam! | Sep 06 03:42:49.702 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[TraitDesc]` Sep 06 03:42:49.702 INFO kablam! = note: to learn more, visit Sep 06 03:42:49.702 INFO kablam! = note: all local variables must have a statically known size Sep 06 03:42:49.702 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 06 03:42:49.702 INFO kablam! Sep 06 03:42:49.728 INFO kablam! error[E0624]: method `diagnostic` is private Sep 06 03:42:49.728 INFO kablam! --> src/lib.in.rs:75:34 Sep 06 03:42:49.728 INFO kablam! | Sep 06 03:42:49.728 INFO kablam! 75 | Err(_) => Err(parser.diagnostic().struct_span_err( Sep 06 03:42:49.728 INFO kablam! | ^^^^^^^^^^ Sep 06 03:42:49.729 INFO kablam! Sep 06 03:42:49.736 INFO kablam! error[E0624]: method `diagnostic` is private Sep 06 03:42:49.736 INFO kablam! --> src/lib.in.rs:100:24 Sep 06 03:42:49.736 INFO kablam! | Sep 06 03:42:49.736 INFO kablam! 100 | parser.diagnostic().struct_span_err(sp, "Trait definition expected"))?; Sep 06 03:42:49.736 INFO kablam! | ^^^^^^^^^^ Sep 06 03:42:49.736 INFO kablam! Sep 06 03:42:49.740 INFO kablam! error[E0277]: the size for values of type `[TraitDesc]` cannot be known at compilation time Sep 06 03:42:49.740 INFO kablam! --> src/lib.in.rs:110:22 Sep 06 03:42:49.740 INFO kablam! | Sep 06 03:42:49.740 INFO kablam! 110 | let (mock_ident, trait_items) = match parse_macro_args(&mut parser) { Sep 06 03:42:49.740 INFO kablam! | ^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 03:42:49.740 INFO kablam! | Sep 06 03:42:49.740 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[TraitDesc]` Sep 06 03:42:49.740 INFO kablam! = note: to learn more, visit Sep 06 03:42:49.740 INFO kablam! = note: all local variables must have a statically known size Sep 06 03:42:49.741 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 06 03:42:49.741 INFO kablam! Sep 06 03:42:49.793 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 06 03:42:49.793 INFO kablam! --> src/lib.in.rs:238:20 Sep 06 03:42:49.793 INFO kablam! | Sep 06 03:42:49.793 INFO kablam! 238 | cx.typarambound(cx.path_global(sp, vec![cx.ident_of("std"), Sep 06 03:42:49.793 INFO kablam! | ^^^^^^^^^^^^ Sep 06 03:42:49.793 INFO kablam! Sep 06 03:42:49.800 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 06 03:42:49.800 INFO kablam! --> src/lib.in.rs:242:13 Sep 06 03:42:49.800 INFO kablam! | Sep 06 03:42:49.800 INFO kablam! 242 | GenericParam::Type(cx.typaram(sp, param, vec![], bounds, None)) Sep 06 03:42:49.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 06 03:42:49.804 INFO kablam! Sep 06 03:42:49.805 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 06 03:42:49.805 INFO kablam! --> src/lib.in.rs:247:37 Sep 06 03:42:49.805 INFO kablam! | Sep 06 03:42:49.805 INFO kablam! 247 | let struct_type = cx.ty_path(cx.path_all( Sep 06 03:42:49.805 INFO kablam! | ^^^^^^^^ expected 5 parameters Sep 06 03:42:49.806 INFO kablam! Sep 06 03:42:49.808 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 06 03:42:49.808 INFO kablam! --> src/lib.in.rs:238:20 Sep 06 03:42:49.808 INFO kablam! | Sep 06 03:42:49.808 INFO kablam! 238 | cx.typarambound(cx.path_global(sp, vec![cx.ident_of("std"), Sep 06 03:42:49.808 INFO kablam! | ^^^^^^^^^^^^ Sep 06 03:42:49.808 INFO kablam! Sep 06 03:42:49.820 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 06 03:42:49.820 INFO kablam! --> src/lib.in.rs:242:13 Sep 06 03:42:49.820 INFO kablam! | Sep 06 03:42:49.820 INFO kablam! 242 | GenericParam::Type(cx.typaram(sp, param, vec![], bounds, None)) Sep 06 03:42:49.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 06 03:42:49.820 INFO kablam! Sep 06 03:42:49.822 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 06 03:42:49.823 INFO kablam! --> src/lib.in.rs:247:37 Sep 06 03:42:49.823 INFO kablam! | Sep 06 03:42:49.823 INFO kablam! 247 | let struct_type = cx.ty_path(cx.path_all( Sep 06 03:42:49.823 INFO kablam! | ^^^^^^^^ expected 5 parameters Sep 06 03:42:49.825 INFO kablam! error[E0609]: no field `unsafety` on type `&syntax::ast::MethodSig` Sep 06 03:42:49.825 INFO kablam! --> src/lib.in.rs:260:28 Sep 06 03:42:49.825 INFO kablam! | Sep 06 03:42:49.825 INFO kablam! 260 | if sig.unsafety != Unsafety::Normal { Sep 06 03:42:49.825 INFO kablam! | ^^^^^^^^ Sep 06 03:42:49.825 INFO kablam! Sep 06 03:42:49.826 INFO kablam! Sep 06 03:42:49.836 INFO kablam! error[E0609]: no field `unsafety` on type `&syntax::ast::MethodSig` Sep 06 03:42:49.836 INFO kablam! --> src/lib.in.rs:260:28 Sep 06 03:42:49.836 INFO kablam! | Sep 06 03:42:49.836 INFO kablam! 260 | if sig.unsafety != Unsafety::Normal { Sep 06 03:42:49.836 INFO kablam! | ^^^^^^^^ Sep 06 03:42:49.836 INFO kablam! Sep 06 03:42:49.837 INFO kablam! error[E0609]: no field `constness` on type `&syntax::ast::MethodSig` Sep 06 03:42:49.837 INFO kablam! --> src/lib.in.rs:264:28 Sep 06 03:42:49.837 INFO kablam! | Sep 06 03:42:49.837 INFO kablam! 264 | if sig.constness.node != Constness::NotConst { Sep 06 03:42:49.837 INFO kablam! | ^^^^^^^^^ Sep 06 03:42:49.837 INFO kablam! error[E0609]: no field `constness` on type `&syntax::ast::MethodSig` Sep 06 03:42:49.837 INFO kablam! --> src/lib.in.rs:264:28 Sep 06 03:42:49.837 INFO kablam! | Sep 06 03:42:49.837 INFO kablam! 264 | if sig.constness.node != Constness::NotConst { Sep 06 03:42:49.838 INFO kablam! | ^^^^^^^^^ Sep 06 03:42:49.838 INFO kablam! Sep 06 03:42:49.838 INFO kablam! Sep 06 03:42:49.839 INFO kablam! error[E0609]: no field `abi` on type `&syntax::ast::MethodSig` Sep 06 03:42:49.839 INFO kablam! --> src/lib.in.rs:268:28 Sep 06 03:42:49.839 INFO kablam! | Sep 06 03:42:49.839 INFO kablam! 268 | if sig.abi != Abi::Rust { Sep 06 03:42:49.839 INFO kablam! | ^^^ Sep 06 03:42:49.839 INFO kablam! Sep 06 03:42:49.840 INFO kablam! error[E0609]: no field `abi` on type `&syntax::ast::MethodSig` Sep 06 03:42:49.840 INFO kablam! --> src/lib.in.rs:268:28 Sep 06 03:42:49.840 INFO kablam! | Sep 06 03:42:49.840 INFO kablam! 268 | if sig.abi != Abi::Rust { Sep 06 03:42:49.840 INFO kablam! | ^^^ Sep 06 03:42:49.842 INFO kablam! Sep 06 03:42:49.923 INFO kablam! error[E0609]: no field `parameters` on type `&mut syntax::ast::PathSegment` Sep 06 03:42:49.923 INFO kablam! --> src/lib.in.rs:364:44 Sep 06 03:42:49.923 INFO kablam! | Sep 06 03:42:49.924 INFO kablam! 364 | p.segments.last_mut().unwrap().parameters = Sep 06 03:42:49.924 INFO kablam! | ^^^^^^^^^^ Sep 06 03:42:49.924 INFO kablam! Sep 06 03:42:49.966 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 06 03:42:49.966 INFO kablam! --> src/lib.in.rs:510:33 Sep 06 03:42:49.966 INFO kablam! | Sep 06 03:42:49.966 INFO kablam! 510 | let match_arg_path = cx.path_all( Sep 06 03:42:49.966 INFO kablam! | ^^^^^^^^ expected 5 parameters Sep 06 03:42:49.966 INFO kablam! Sep 06 03:42:49.974 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 06 03:42:49.974 INFO kablam! --> src/lib.in.rs:518:50 Sep 06 03:42:49.974 INFO kablam! | Sep 06 03:42:49.974 INFO kablam! 518 | cx.typarambound(match_arg_path), Sep 06 03:42:49.974 INFO kablam! | ^^^^^^^^^^^^ Sep 06 03:42:49.974 INFO kablam! Sep 06 03:42:49.982 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 06 03:42:49.982 INFO kablam! --> src/lib.in.rs:533:23 Sep 06 03:42:49.982 INFO kablam! | Sep 06 03:42:49.982 INFO kablam! 533 | let ret_type = cx.path_all( Sep 06 03:42:49.982 INFO kablam! | ^^^^^^^^ expected 5 parameters Sep 06 03:42:49.982 INFO kablam! Sep 06 03:42:50.003 INFO kablam! error[E0599]: no associated item named `Lifetime` found for type `syntax::ast::GenericParam` in the current scope Sep 06 03:42:50.003 INFO kablam! --> src/lib.in.rs:554:41 Sep 06 03:42:50.003 INFO kablam! | Sep 06 03:42:50.004 INFO kablam! 554 | params.extend(arg_lifetime_defs.map(GenericParam::Lifetime)); Sep 06 03:42:50.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 06 03:42:50.004 INFO kablam! Sep 06 03:42:50.004 INFO kablam! error[E0609]: no field `parameters` on type `&mut syntax::ast::PathSegment` Sep 06 03:42:50.004 INFO kablam! --> src/lib.in.rs:364:44 Sep 06 03:42:50.004 INFO kablam! | Sep 06 03:42:50.004 INFO kablam! 364 | p.segments.last_mut().unwrap().parameters = Sep 06 03:42:50.004 INFO kablam! | ^^^^^^^^^^ Sep 06 03:42:50.004 INFO kablam! Sep 06 03:42:50.009 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 06 03:42:50.009 INFO kablam! --> src/lib.in.rs:555:53 Sep 06 03:42:50.009 INFO kablam! | Sep 06 03:42:50.009 INFO kablam! 555 | params.extend(arg_matcher_types.into_iter().map(GenericParam::Type)); Sep 06 03:42:50.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 06 03:42:50.009 INFO kablam! Sep 06 03:42:50.010 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `unsafety` Sep 06 03:42:50.010 INFO kablam! --> src/lib.in.rs:574:9 Sep 06 03:42:50.010 INFO kablam! | Sep 06 03:42:50.010 INFO kablam! 574 | unsafety: Unsafety::Normal, Sep 06 03:42:50.010 INFO kablam! | ^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 06 03:42:50.010 INFO kablam! | Sep 06 03:42:50.010 INFO kablam! = note: available fields are: `header`, `decl` Sep 06 03:42:50.010 INFO kablam! Sep 06 03:42:50.010 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `constness` Sep 06 03:42:50.010 INFO kablam! --> src/lib.in.rs:575:9 Sep 06 03:42:50.010 INFO kablam! | Sep 06 03:42:50.010 INFO kablam! 575 | constness: respan(sp, Constness::NotConst), Sep 06 03:42:50.010 INFO kablam! | ^^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 06 03:42:50.010 INFO kablam! | Sep 06 03:42:50.010 INFO kablam! = note: available fields are: `header`, `decl` Sep 06 03:42:50.010 INFO kablam! Sep 06 03:42:50.010 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `abi` Sep 06 03:42:50.010 INFO kablam! --> src/lib.in.rs:576:9 Sep 06 03:42:50.010 INFO kablam! | Sep 06 03:42:50.010 INFO kablam! 576 | abi: Abi::Rust, Sep 06 03:42:50.010 INFO kablam! | ^^^ `syntax::ast::MethodSig` does not have this field Sep 06 03:42:50.011 INFO kablam! | Sep 06 03:42:50.011 INFO kablam! = note: available fields are: `header`, `decl` Sep 06 03:42:50.011 INFO kablam! Sep 06 03:42:50.011 INFO kablam! error[E0308]: mismatched types Sep 06 03:42:50.011 INFO kablam! --> src/lib.in.rs:630:38 Sep 06 03:42:50.011 INFO kablam! | Sep 06 03:42:50.011 INFO kablam! 630 | if let PatKind::Ident(_, SpannedIdent {node: ident, ..}, _) = i.pat.node { Sep 06 03:42:50.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 06 03:42:50.011 INFO kablam! | Sep 06 03:42:50.011 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 06 03:42:50.011 INFO kablam! found type `syntax::source_map::Spanned` Sep 06 03:42:50.011 INFO kablam! Sep 06 03:42:50.030 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 06 03:42:50.030 INFO kablam! --> src/lib.in.rs:644:23 Sep 06 03:42:50.030 INFO kablam! | Sep 06 03:42:50.030 INFO kablam! 644 | spanned_ident.node Sep 06 03:42:50.030 INFO kablam! | ^^^^ unknown field Sep 06 03:42:50.030 INFO kablam! | Sep 06 03:42:50.030 INFO kablam! = note: available fields are: `name`, `span` Sep 06 03:42:50.030 INFO kablam! Sep 06 03:42:50.042 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 06 03:42:50.042 INFO kablam! --> src/lib.in.rs:665:26 Sep 06 03:42:50.042 INFO kablam! | Sep 06 03:42:50.042 INFO kablam! 665 | cx.arg(sp, ident.node, a.ty.clone()) Sep 06 03:42:50.042 INFO kablam! | ^^^^ unknown field Sep 06 03:42:50.042 INFO kablam! | Sep 06 03:42:50.042 INFO kablam! = note: available fields are: `name`, `span` Sep 06 03:42:50.042 INFO kablam! Sep 06 03:42:50.042 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `unsafety` Sep 06 03:42:50.042 INFO kablam! --> src/lib.in.rs:669:9 Sep 06 03:42:50.042 INFO kablam! | Sep 06 03:42:50.042 INFO kablam! 669 | unsafety: Unsafety::Normal, Sep 06 03:42:50.042 INFO kablam! | ^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 06 03:42:50.042 INFO kablam! | Sep 06 03:42:50.042 INFO kablam! = note: available fields are: `header`, `decl` Sep 06 03:42:50.042 INFO kablam! Sep 06 03:42:50.042 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `constness` Sep 06 03:42:50.042 INFO kablam! --> src/lib.in.rs:670:9 Sep 06 03:42:50.042 INFO kablam! | Sep 06 03:42:50.042 INFO kablam! 670 | constness: respan(sp, Constness::NotConst), Sep 06 03:42:50.042 INFO kablam! | ^^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 06 03:42:50.042 INFO kablam! | Sep 06 03:42:50.042 INFO kablam! = note: available fields are: `header`, `decl` Sep 06 03:42:50.042 INFO kablam! Sep 06 03:42:50.042 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `abi` Sep 06 03:42:50.042 INFO kablam! --> src/lib.in.rs:671:9 Sep 06 03:42:50.042 INFO kablam! | Sep 06 03:42:50.042 INFO kablam! 671 | abi: Abi::Rust, Sep 06 03:42:50.042 INFO kablam! | ^^^ `syntax::ast::MethodSig` does not have this field Sep 06 03:42:50.042 INFO kablam! | Sep 06 03:42:50.042 INFO kablam! = note: available fields are: `header`, `decl` Sep 06 03:42:50.043 INFO kablam! Sep 06 03:42:50.043 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 06 03:42:50.043 INFO kablam! --> src/lib.in.rs:732:13 Sep 06 03:42:50.043 INFO kablam! | Sep 06 03:42:50.043 INFO kablam! 732 | TyKind::ImplTrait(ref bounds) => TyKind::ImplTrait(bounds.clone()), Sep 06 03:42:50.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 06 03:42:50.043 INFO kablam! Sep 06 03:42:50.050 INFO kablam! error[E0609]: no field `identifier` on type `&syntax::ast::PathSegment` Sep 06 03:42:50.050 INFO kablam! --> src/lib.in.rs:713:52 Sep 06 03:42:50.050 INFO kablam! | Sep 06 03:42:50.050 INFO kablam! 713 | path.segments.first().map(|s| s.identifier.name == "Self").unwrap_or(false) { Sep 06 03:42:50.050 INFO kablam! | ^^^^^^^^^^ Sep 06 03:42:50.050 INFO kablam! Sep 06 03:42:50.050 INFO kablam! error[E0063]: missing field `path_span` in initializer of `syntax::ast::QSelf` Sep 06 03:42:50.050 INFO kablam! --> src/lib.in.rs:719:37 Sep 06 03:42:50.050 INFO kablam! | Sep 06 03:42:50.050 INFO kablam! 719 | let new_qself = QSelf { ty: P(self_ty), Sep 06 03:42:50.050 INFO kablam! | ^^^^^ missing `path_span` Sep 06 03:42:50.050 INFO kablam! Sep 06 03:42:50.050 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 06 03:42:50.050 INFO kablam! --> src/lib.in.rs:732:46 Sep 06 03:42:50.050 INFO kablam! | Sep 06 03:42:50.050 INFO kablam! 732 | TyKind::ImplTrait(ref bounds) => TyKind::ImplTrait(bounds.clone()), Sep 06 03:42:50.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 06 03:42:50.050 INFO kablam! Sep 06 03:42:50.050 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 06 03:42:50.050 INFO kablam! --> src/lib.in.rs:761:22 Sep 06 03:42:50.050 INFO kablam! | Sep 06 03:42:50.050 INFO kablam! 761 | parameters: segment.parameters.as_ref().map(|params| { Sep 06 03:42:50.050 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:42:50.050 INFO kablam! | Sep 06 03:42:50.050 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:42:50.050 INFO kablam! Sep 06 03:42:50.058 INFO kablam! error[E0609]: no field `parameters` on type `&syntax::ast::PathSegment` Sep 06 03:42:50.058 INFO kablam! --> src/lib.in.rs:761:42 Sep 06 03:42:50.058 INFO kablam! | Sep 06 03:42:50.058 INFO kablam! 761 | parameters: segment.parameters.as_ref().map(|params| { Sep 06 03:42:50.058 INFO kablam! | ^^^^^^^^^^ Sep 06 03:42:50.058 INFO kablam! Sep 06 03:42:50.058 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 06 03:42:50.058 INFO kablam! --> src/lib.in.rs:510:33 Sep 06 03:42:50.058 INFO kablam! | Sep 06 03:42:50.058 INFO kablam! 510 | let match_arg_path = cx.path_all( Sep 06 03:42:50.058 INFO kablam! | ^^^^^^^^ expected 5 parameters Sep 06 03:42:50.058 INFO kablam! Sep 06 03:42:50.058 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 06 03:42:50.058 INFO kablam! --> src/lib.in.rs:795:9 Sep 06 03:42:50.058 INFO kablam! | Sep 06 03:42:50.058 INFO kablam! 795 | span: span, Sep 06 03:42:50.058 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:42:50.058 INFO kablam! | Sep 06 03:42:50.058 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:42:50.058 INFO kablam! Sep 06 03:42:50.058 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 06 03:42:50.058 INFO kablam! --> src/lib.in.rs:796:9 Sep 06 03:42:50.058 INFO kablam! | Sep 06 03:42:50.058 INFO kablam! 796 | identifier: ident, Sep 06 03:42:50.058 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:42:50.058 INFO kablam! | Sep 06 03:42:50.058 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:42:50.058 INFO kablam! Sep 06 03:42:50.058 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 06 03:42:50.058 INFO kablam! --> src/lib.in.rs:797:9 Sep 06 03:42:50.058 INFO kablam! | Sep 06 03:42:50.058 INFO kablam! 797 | parameters: None, Sep 06 03:42:50.058 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:42:50.058 INFO kablam! | Sep 06 03:42:50.059 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:42:50.059 INFO kablam! Sep 06 03:42:50.070 INFO kablam! error[E0599]: no method named `to_ident` found for type `syntax::ast::Symbol` in the current scope Sep 06 03:42:50.070 INFO kablam! --> src/lib.in.rs:807:20 Sep 06 03:42:50.070 INFO kablam! | Sep 06 03:42:50.070 INFO kablam! 807 | cx.name_of(name).to_ident() Sep 06 03:42:50.070 INFO kablam! | ^^^^^^^^ Sep 06 03:42:50.070 INFO kablam! Sep 06 03:42:50.070 INFO kablam! error[E0599]: no method named `to_ident` found for type `syntax::ast::Symbol` in the current scope Sep 06 03:42:50.070 INFO kablam! --> src/lib.in.rs:811:20 Sep 06 03:42:50.070 INFO kablam! | Sep 06 03:42:50.070 INFO kablam! 811 | cx.name_of(name).to_ident() Sep 06 03:42:50.070 INFO kablam! | ^^^^^^^^ Sep 06 03:42:50.070 INFO kablam! Sep 06 03:42:50.078 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `unsafety` Sep 06 03:42:50.078 INFO kablam! --> src/lib.in.rs:846:9 Sep 06 03:42:50.078 INFO kablam! | Sep 06 03:42:50.078 INFO kablam! 846 | unsafety: Unsafety::Normal, Sep 06 03:42:50.078 INFO kablam! | ^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 06 03:42:50.078 INFO kablam! | Sep 06 03:42:50.078 INFO kablam! = note: available fields are: `header`, `decl` Sep 06 03:42:50.078 INFO kablam! Sep 06 03:42:50.078 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `constness` Sep 06 03:42:50.078 INFO kablam! --> src/lib.in.rs:847:9 Sep 06 03:42:50.078 INFO kablam! | Sep 06 03:42:50.078 INFO kablam! 847 | constness: respan(DUMMY_SP, Constness::NotConst), Sep 06 03:42:50.078 INFO kablam! | ^^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 06 03:42:50.078 INFO kablam! | Sep 06 03:42:50.078 INFO kablam! = note: available fields are: `header`, `decl` Sep 06 03:42:50.078 INFO kablam! Sep 06 03:42:50.078 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `abi` Sep 06 03:42:50.078 INFO kablam! --> src/lib.in.rs:848:9 Sep 06 03:42:50.078 INFO kablam! | Sep 06 03:42:50.078 INFO kablam! 848 | abi: Abi::Rust, Sep 06 03:42:50.078 INFO kablam! | ^^^ `syntax::ast::MethodSig` does not have this field Sep 06 03:42:50.078 INFO kablam! | Sep 06 03:42:50.078 INFO kablam! = note: available fields are: `header`, `decl` Sep 06 03:42:50.078 INFO kablam! Sep 06 03:42:50.084 INFO kablam! error: aborting due to 51 previous errors Sep 06 03:42:50.084 INFO kablam! Sep 06 03:42:50.084 INFO kablam! Some errors occurred: E0023, E0061, E0063, E0277, E0308, E0432, E0560, E0599, E0609... Sep 06 03:42:50.084 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 06 03:42:50.095 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 06 03:42:50.095 INFO kablam! --> src/lib.in.rs:518:50 Sep 06 03:42:50.095 INFO kablam! | Sep 06 03:42:50.095 INFO kablam! 518 | cx.typarambound(match_arg_path), Sep 06 03:42:50.095 INFO kablam! | ^^^^^^^^^^^^ Sep 06 03:42:50.095 INFO kablam! Sep 06 03:42:50.100 INFO kablam! error: Could not compile `mockers_codegen`. Sep 06 03:42:50.100 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 03:42:50.103 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 06 03:42:50.103 INFO kablam! --> src/lib.in.rs:533:23 Sep 06 03:42:50.103 INFO kablam! | Sep 06 03:42:50.103 INFO kablam! 533 | let ret_type = cx.path_all( Sep 06 03:42:50.103 INFO kablam! | ^^^^^^^^ expected 5 parameters Sep 06 03:42:50.103 INFO kablam! Sep 06 03:42:50.134 INFO kablam! error[E0599]: no associated item named `Lifetime` found for type `syntax::ast::GenericParam` in the current scope Sep 06 03:42:50.134 INFO kablam! --> src/lib.in.rs:554:41 Sep 06 03:42:50.134 INFO kablam! | Sep 06 03:42:50.134 INFO kablam! 554 | params.extend(arg_lifetime_defs.map(GenericParam::Lifetime)); Sep 06 03:42:50.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 06 03:42:50.134 INFO kablam! Sep 06 03:42:50.146 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 06 03:42:50.146 INFO kablam! --> src/lib.in.rs:555:53 Sep 06 03:42:50.146 INFO kablam! | Sep 06 03:42:50.146 INFO kablam! 555 | params.extend(arg_matcher_types.into_iter().map(GenericParam::Type)); Sep 06 03:42:50.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 06 03:42:50.146 INFO kablam! Sep 06 03:42:50.149 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `unsafety` Sep 06 03:42:50.149 INFO kablam! --> src/lib.in.rs:574:9 Sep 06 03:42:50.149 INFO kablam! | Sep 06 03:42:50.149 INFO kablam! 574 | unsafety: Unsafety::Normal, Sep 06 03:42:50.149 INFO kablam! | ^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 06 03:42:50.149 INFO kablam! | Sep 06 03:42:50.154 INFO kablam! = note: available fields are: `header`, `decl` Sep 06 03:42:50.154 INFO kablam! Sep 06 03:42:50.154 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `constness` Sep 06 03:42:50.154 INFO kablam! --> src/lib.in.rs:575:9 Sep 06 03:42:50.154 INFO kablam! | Sep 06 03:42:50.154 INFO kablam! 575 | constness: respan(sp, Constness::NotConst), Sep 06 03:42:50.154 INFO kablam! | ^^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 06 03:42:50.154 INFO kablam! | Sep 06 03:42:50.154 INFO kablam! = note: available fields are: `header`, `decl` Sep 06 03:42:50.154 INFO kablam! Sep 06 03:42:50.154 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `abi` Sep 06 03:42:50.154 INFO kablam! --> src/lib.in.rs:576:9 Sep 06 03:42:50.154 INFO kablam! | Sep 06 03:42:50.154 INFO kablam! 576 | abi: Abi::Rust, Sep 06 03:42:50.154 INFO kablam! | ^^^ `syntax::ast::MethodSig` does not have this field Sep 06 03:42:50.154 INFO kablam! | Sep 06 03:42:50.154 INFO kablam! = note: available fields are: `header`, `decl` Sep 06 03:42:50.154 INFO kablam! Sep 06 03:42:50.154 INFO kablam! error[E0308]: mismatched types Sep 06 03:42:50.154 INFO kablam! --> src/lib.in.rs:630:38 Sep 06 03:42:50.154 INFO kablam! | Sep 06 03:42:50.154 INFO kablam! 630 | if let PatKind::Ident(_, SpannedIdent {node: ident, ..}, _) = i.pat.node { Sep 06 03:42:50.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 06 03:42:50.154 INFO kablam! | Sep 06 03:42:50.154 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 06 03:42:50.154 INFO kablam! found type `syntax::source_map::Spanned` Sep 06 03:42:50.154 INFO kablam! Sep 06 03:42:50.166 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 06 03:42:50.166 INFO kablam! --> src/lib.in.rs:644:23 Sep 06 03:42:50.166 INFO kablam! | Sep 06 03:42:50.166 INFO kablam! 644 | spanned_ident.node Sep 06 03:42:50.166 INFO kablam! | ^^^^ unknown field Sep 06 03:42:50.166 INFO kablam! | Sep 06 03:42:50.166 INFO kablam! = note: available fields are: `name`, `span` Sep 06 03:42:50.166 INFO kablam! Sep 06 03:42:50.174 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 06 03:42:50.174 INFO kablam! --> src/lib.in.rs:665:26 Sep 06 03:42:50.174 INFO kablam! | Sep 06 03:42:50.174 INFO kablam! 665 | cx.arg(sp, ident.node, a.ty.clone()) Sep 06 03:42:50.174 INFO kablam! | ^^^^ unknown field Sep 06 03:42:50.174 INFO kablam! | Sep 06 03:42:50.174 INFO kablam! = note: available fields are: `name`, `span` Sep 06 03:42:50.174 INFO kablam! Sep 06 03:42:50.186 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `unsafety` Sep 06 03:42:50.186 INFO kablam! --> src/lib.in.rs:669:9 Sep 06 03:42:50.186 INFO kablam! | Sep 06 03:42:50.186 INFO kablam! 669 | unsafety: Unsafety::Normal, Sep 06 03:42:50.186 INFO kablam! | ^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 06 03:42:50.186 INFO kablam! | Sep 06 03:42:50.186 INFO kablam! = note: available fields are: `header`, `decl` Sep 06 03:42:50.186 INFO kablam! Sep 06 03:42:50.186 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `constness` Sep 06 03:42:50.186 INFO kablam! --> src/lib.in.rs:670:9 Sep 06 03:42:50.186 INFO kablam! | Sep 06 03:42:50.186 INFO kablam! 670 | constness: respan(sp, Constness::NotConst), Sep 06 03:42:50.186 INFO kablam! | ^^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 06 03:42:50.186 INFO kablam! | Sep 06 03:42:50.186 INFO kablam! = note: available fields are: `header`, `decl` Sep 06 03:42:50.186 INFO kablam! Sep 06 03:42:50.186 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `abi` Sep 06 03:42:50.186 INFO kablam! --> src/lib.in.rs:671:9 Sep 06 03:42:50.186 INFO kablam! | Sep 06 03:42:50.186 INFO kablam! 671 | abi: Abi::Rust, Sep 06 03:42:50.186 INFO kablam! | ^^^ `syntax::ast::MethodSig` does not have this field Sep 06 03:42:50.186 INFO kablam! | Sep 06 03:42:50.186 INFO kablam! = note: available fields are: `header`, `decl` Sep 06 03:42:50.186 INFO kablam! Sep 06 03:42:50.186 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 06 03:42:50.186 INFO kablam! --> src/lib.in.rs:732:13 Sep 06 03:42:50.186 INFO kablam! | Sep 06 03:42:50.186 INFO kablam! 732 | TyKind::ImplTrait(ref bounds) => TyKind::ImplTrait(bounds.clone()), Sep 06 03:42:50.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 06 03:42:50.186 INFO kablam! Sep 06 03:42:50.190 INFO kablam! error[E0609]: no field `identifier` on type `&syntax::ast::PathSegment` Sep 06 03:42:50.190 INFO kablam! --> src/lib.in.rs:713:52 Sep 06 03:42:50.190 INFO kablam! | Sep 06 03:42:50.190 INFO kablam! 713 | path.segments.first().map(|s| s.identifier.name == "Self").unwrap_or(false) { Sep 06 03:42:50.190 INFO kablam! | ^^^^^^^^^^ Sep 06 03:42:50.190 INFO kablam! Sep 06 03:42:50.194 INFO kablam! error[E0063]: missing field `path_span` in initializer of `syntax::ast::QSelf` Sep 06 03:42:50.194 INFO kablam! --> src/lib.in.rs:719:37 Sep 06 03:42:50.194 INFO kablam! | Sep 06 03:42:50.194 INFO kablam! 719 | let new_qself = QSelf { ty: P(self_ty), Sep 06 03:42:50.194 INFO kablam! | ^^^^^ missing `path_span` Sep 06 03:42:50.194 INFO kablam! Sep 06 03:42:50.194 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 06 03:42:50.194 INFO kablam! --> src/lib.in.rs:732:46 Sep 06 03:42:50.194 INFO kablam! | Sep 06 03:42:50.194 INFO kablam! 732 | TyKind::ImplTrait(ref bounds) => TyKind::ImplTrait(bounds.clone()), Sep 06 03:42:50.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 06 03:42:50.194 INFO kablam! Sep 06 03:42:50.198 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 06 03:42:50.198 INFO kablam! --> src/lib.in.rs:761:22 Sep 06 03:42:50.198 INFO kablam! | Sep 06 03:42:50.198 INFO kablam! 761 | parameters: segment.parameters.as_ref().map(|params| { Sep 06 03:42:50.198 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:42:50.198 INFO kablam! | Sep 06 03:42:50.198 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:42:50.198 INFO kablam! Sep 06 03:42:50.198 INFO kablam! error[E0609]: no field `parameters` on type `&syntax::ast::PathSegment` Sep 06 03:42:50.198 INFO kablam! --> src/lib.in.rs:761:42 Sep 06 03:42:50.198 INFO kablam! | Sep 06 03:42:50.198 INFO kablam! 761 | parameters: segment.parameters.as_ref().map(|params| { Sep 06 03:42:50.198 INFO kablam! | ^^^^^^^^^^ Sep 06 03:42:50.198 INFO kablam! Sep 06 03:42:50.206 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 06 03:42:50.206 INFO kablam! --> src/lib.in.rs:795:9 Sep 06 03:42:50.206 INFO kablam! | Sep 06 03:42:50.206 INFO kablam! 795 | span: span, Sep 06 03:42:50.206 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:42:50.206 INFO kablam! | Sep 06 03:42:50.206 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:42:50.206 INFO kablam! Sep 06 03:42:50.206 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 06 03:42:50.206 INFO kablam! --> src/lib.in.rs:796:9 Sep 06 03:42:50.206 INFO kablam! | Sep 06 03:42:50.206 INFO kablam! 796 | identifier: ident, Sep 06 03:42:50.206 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:42:50.206 INFO kablam! | Sep 06 03:42:50.206 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:42:50.206 INFO kablam! Sep 06 03:42:50.206 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 06 03:42:50.206 INFO kablam! --> src/lib.in.rs:797:9 Sep 06 03:42:50.206 INFO kablam! | Sep 06 03:42:50.206 INFO kablam! 797 | parameters: None, Sep 06 03:42:50.206 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:42:50.206 INFO kablam! | Sep 06 03:42:50.206 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:42:50.206 INFO kablam! Sep 06 03:42:50.218 INFO kablam! error[E0599]: no method named `to_ident` found for type `syntax::ast::Symbol` in the current scope Sep 06 03:42:50.218 INFO kablam! --> src/lib.in.rs:807:20 Sep 06 03:42:50.218 INFO kablam! | Sep 06 03:42:50.218 INFO kablam! 807 | cx.name_of(name).to_ident() Sep 06 03:42:50.218 INFO kablam! | ^^^^^^^^ Sep 06 03:42:50.218 INFO kablam! Sep 06 03:42:50.218 INFO kablam! error[E0599]: no method named `to_ident` found for type `syntax::ast::Symbol` in the current scope Sep 06 03:42:50.218 INFO kablam! --> src/lib.in.rs:811:20 Sep 06 03:42:50.218 INFO kablam! | Sep 06 03:42:50.218 INFO kablam! 811 | cx.name_of(name).to_ident() Sep 06 03:42:50.218 INFO kablam! | ^^^^^^^^ Sep 06 03:42:50.222 INFO kablam! Sep 06 03:42:50.230 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `unsafety` Sep 06 03:42:50.230 INFO kablam! --> src/lib.in.rs:846:9 Sep 06 03:42:50.230 INFO kablam! | Sep 06 03:42:50.230 INFO kablam! 846 | unsafety: Unsafety::Normal, Sep 06 03:42:50.230 INFO kablam! | ^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 06 03:42:50.230 INFO kablam! | Sep 06 03:42:50.230 INFO kablam! = note: available fields are: `header`, `decl` Sep 06 03:42:50.230 INFO kablam! Sep 06 03:42:50.230 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `constness` Sep 06 03:42:50.230 INFO kablam! --> src/lib.in.rs:847:9 Sep 06 03:42:50.230 INFO kablam! | Sep 06 03:42:50.230 INFO kablam! 847 | constness: respan(DUMMY_SP, Constness::NotConst), Sep 06 03:42:50.230 INFO kablam! | ^^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 06 03:42:50.230 INFO kablam! | Sep 06 03:42:50.230 INFO kablam! = note: available fields are: `header`, `decl` Sep 06 03:42:50.230 INFO kablam! Sep 06 03:42:50.230 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `abi` Sep 06 03:42:50.230 INFO kablam! --> src/lib.in.rs:848:9 Sep 06 03:42:50.230 INFO kablam! | Sep 06 03:42:50.230 INFO kablam! 848 | abi: Abi::Rust, Sep 06 03:42:50.230 INFO kablam! | ^^^ `syntax::ast::MethodSig` does not have this field Sep 06 03:42:50.230 INFO kablam! | Sep 06 03:42:50.230 INFO kablam! = note: available fields are: `header`, `decl` Sep 06 03:42:50.230 INFO kablam! Sep 06 03:42:50.238 INFO kablam! error: aborting due to 51 previous errors Sep 06 03:42:50.238 INFO kablam! Sep 06 03:42:50.238 INFO kablam! Some errors occurred: E0023, E0061, E0063, E0277, E0308, E0432, E0560, E0599, E0609... Sep 06 03:42:50.238 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 06 03:42:50.250 INFO kablam! error: Could not compile `mockers_codegen`. Sep 06 03:42:50.250 INFO kablam! Sep 06 03:42:50.250 INFO kablam! To learn more, run the command again with --verbose. Sep 06 03:42:50.250 INFO kablam! su: No module specific data is present Sep 06 03:42:51.311 INFO running `"docker" "rm" "-f" "2686b026c433eba4cd8fccf2d35c1c0ff71c61a02be036272e49965c04636126"` Sep 06 03:42:51.418 INFO blam! 2686b026c433eba4cd8fccf2d35c1c0ff71c61a02be036272e49965c04636126