Sep 19 18:15:44.602 INFO checking sig-rs-1.0.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 18:15:44.602 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 18:15:44.603 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 18:15:44.788 INFO blam! 3803a96dc24914c1120c60227139dc1aea8836cf375689cff9708f409ff34319 Sep 19 18:15:44.790 INFO running `"docker" "start" "-a" "3803a96dc24914c1120c60227139dc1aea8836cf375689cff9708f409ff34319"` Sep 19 18:15:45.571 INFO kablam! usermod: no changes Sep 19 18:15:45.600 INFO kablam! Checking sig-rs v1.0.1 (/source) Sep 19 18:15:46.774 INFO kablam! error[E0432]: unresolved imports `syntax::ast::AngleBracketedParameterData`, `syntax::ast::ParenthesizedParameterData`, `syntax::ast::PathParameters` Sep 19 18:15:46.774 INFO kablam! --> src/lib.rs:16:19 Sep 19 18:15:46.774 INFO kablam! | Sep 19 18:15:46.774 INFO kablam! 16 | use syntax::ast::{AngleBracketedParameterData, Attribute, Block, ExprKind, Sep 19 18:15:46.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 19 18:15:46.774 INFO kablam! 17 | FunctionRetTy, ImplItem, ImplItemKind, Item, ItemKind, Sep 19 18:15:46.774 INFO kablam! 18 | MetaItem, MethodSig, Mod, ParenthesizedParameterData, Sep 19 18:15:46.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 19 18:15:46.774 INFO kablam! 19 | PatKind, Path, PathParameters, PathSegment, SpannedIdent, Sep 19 18:15:46.774 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 19 18:15:46.774 INFO kablam! Sep 19 18:15:46.789 INFO kablam! error[E0432]: unresolved imports `syntax::ast::AngleBracketedParameterData`, `syntax::ast::ParenthesizedParameterData`, `syntax::ast::PathParameters` Sep 19 18:15:46.789 INFO kablam! --> src/lib.rs:16:19 Sep 19 18:15:46.789 INFO kablam! | Sep 19 18:15:46.789 INFO kablam! 16 | use syntax::ast::{AngleBracketedParameterData, Attribute, Block, ExprKind, Sep 19 18:15:46.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 19 18:15:46.789 INFO kablam! 17 | FunctionRetTy, ImplItem, ImplItemKind, Item, ItemKind, Sep 19 18:15:46.789 INFO kablam! 18 | MetaItem, MethodSig, Mod, ParenthesizedParameterData, Sep 19 18:15:46.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 19 18:15:46.789 INFO kablam! 19 | PatKind, Path, PathParameters, PathSegment, SpannedIdent, Sep 19 18:15:46.790 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 19 18:15:46.790 INFO kablam! Sep 19 18:15:46.831 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 18:15:46.831 INFO kablam! --> src/lib.rs:55:34 Sep 19 18:15:46.831 INFO kablam! | Sep 19 18:15:46.831 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 19 18:15:46.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 18:15:46.831 INFO kablam! Sep 19 18:15:46.831 INFO kablam! error[E0277]: can't compare `syntax::ast::Path` with `syntax::ast::Path` Sep 19 18:15:46.831 INFO kablam! --> src/lib.rs:55:30 Sep 19 18:15:46.831 INFO kablam! | Sep 19 18:15:46.831 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 19 18:15:46.831 INFO kablam! | ^^ no implementation for `syntax::ast::Path == syntax::ast::Path` Sep 19 18:15:46.831 INFO kablam! | Sep 19 18:15:46.831 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `syntax::ast::Path` Sep 19 18:15:46.831 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&syntax::ast::Path>` for `&syntax::ast::Path` Sep 19 18:15:46.831 INFO kablam! Sep 19 18:15:46.843 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 18:15:46.843 INFO kablam! --> src/lib.rs:157:20 Sep 19 18:15:46.843 INFO kablam! | Sep 19 18:15:46.843 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:46.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 18:15:46.843 INFO kablam! Sep 19 18:15:46.856 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 18:15:46.856 INFO kablam! --> src/lib.rs:55:34 Sep 19 18:15:46.856 INFO kablam! | Sep 19 18:15:46.856 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 19 18:15:46.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 18:15:46.856 INFO kablam! Sep 19 18:15:46.856 INFO kablam! error[E0277]: can't compare `syntax::ast::Path` with `syntax::ast::Path` Sep 19 18:15:46.856 INFO kablam! --> src/lib.rs:55:30 Sep 19 18:15:46.856 INFO kablam! | Sep 19 18:15:46.856 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 19 18:15:46.856 INFO kablam! | ^^ no implementation for `syntax::ast::Path == syntax::ast::Path` Sep 19 18:15:46.856 INFO kablam! | Sep 19 18:15:46.856 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `syntax::ast::Path` Sep 19 18:15:46.856 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&syntax::ast::Path>` for `&syntax::ast::Path` Sep 19 18:15:46.856 INFO kablam! Sep 19 18:15:46.867 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 18:15:46.867 INFO kablam! --> src/lib.rs:157:20 Sep 19 18:15:46.867 INFO kablam! | Sep 19 18:15:46.867 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:46.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 18:15:46.867 INFO kablam! Sep 19 18:15:47.037 INFO kablam! error[E0308]: mismatched types Sep 19 18:15:47.037 INFO kablam! --> src/lib.rs:157:20 Sep 19 18:15:47.037 INFO kablam! | Sep 19 18:15:47.037 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 18:15:47.037 INFO kablam! | Sep 19 18:15:47.037 INFO kablam! = note: expected type `&str` Sep 19 18:15:47.037 INFO kablam! found type `syntax::ast::Path` Sep 19 18:15:47.037 INFO kablam! Sep 19 18:15:47.038 INFO kablam! error[E0308]: mismatched types Sep 19 18:15:47.038 INFO kablam! --> src/lib.rs:163:17 Sep 19 18:15:47.038 INFO kablam! | Sep 19 18:15:47.038 INFO kablam! 163 | / SpannedIdent { Sep 19 18:15:47.038 INFO kablam! 164 | | node: Ident { name, ctxt: _ }, Sep 19 18:15:47.038 INFO kablam! 165 | | span: _, Sep 19 18:15:47.038 INFO kablam! 166 | | }, Sep 19 18:15:47.038 INFO kablam! | |_________________^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 19 18:15:47.038 INFO kablam! | Sep 19 18:15:47.038 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 19 18:15:47.038 INFO kablam! found type `syntax::source_map::Spanned` Sep 19 18:15:47.038 INFO kablam! Sep 19 18:15:47.038 INFO kablam! error[E0026]: struct `syntax::ast::Ident` does not have a field named `ctxt` Sep 19 18:15:47.038 INFO kablam! --> src/lib.rs:164:41 Sep 19 18:15:47.038 INFO kablam! | Sep 19 18:15:47.038 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 19 18:15:47.038 INFO kablam! | ^^^^^^^ struct `syntax::ast::Ident` does not have this field Sep 19 18:15:47.038 INFO kablam! Sep 19 18:15:47.038 INFO kablam! error[E0027]: pattern does not mention field `span` Sep 19 18:15:47.038 INFO kablam! --> src/lib.rs:164:27 Sep 19 18:15:47.038 INFO kablam! | Sep 19 18:15:47.038 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 19 18:15:47.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ missing field `span` Sep 19 18:15:47.038 INFO kablam! Sep 19 18:15:47.042 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 18:15:47.042 INFO kablam! --> src/lib.rs:214:37 Sep 19 18:15:47.042 INFO kablam! | Sep 19 18:15:47.042 INFO kablam! 214 | identifier: Ident::from_str("Vec"), Sep 19 18:15:47.042 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.042 INFO kablam! | Sep 19 18:15:47.042 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.042 INFO kablam! Sep 19 18:15:47.044 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 18:15:47.044 INFO kablam! --> src/lib.rs:215:37 Sep 19 18:15:47.044 INFO kablam! | Sep 19 18:15:47.044 INFO kablam! 215 | span: DUMMY_SP, Sep 19 18:15:47.044 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.044 INFO kablam! | Sep 19 18:15:47.044 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.044 INFO kablam! Sep 19 18:15:47.044 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 18:15:47.044 INFO kablam! --> src/lib.rs:216:37 Sep 19 18:15:47.044 INFO kablam! | Sep 19 18:15:47.044 INFO kablam! 216 | parameters: Some(P( Sep 19 18:15:47.044 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.044 INFO kablam! | Sep 19 18:15:47.044 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.044 INFO kablam! Sep 19 18:15:47.044 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 18:15:47.044 INFO kablam! --> src/lib.rs:225:61 Sep 19 18:15:47.044 INFO kablam! | Sep 19 18:15:47.044 INFO kablam! 225 | identifier: Ident::from_str("Rc"), Sep 19 18:15:47.044 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.044 INFO kablam! | Sep 19 18:15:47.045 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.045 INFO kablam! Sep 19 18:15:47.045 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 18:15:47.045 INFO kablam! --> src/lib.rs:226:61 Sep 19 18:15:47.045 INFO kablam! | Sep 19 18:15:47.045 INFO kablam! 226 | span: DUMMY_SP, Sep 19 18:15:47.045 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.045 INFO kablam! | Sep 19 18:15:47.045 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.045 INFO kablam! Sep 19 18:15:47.045 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 18:15:47.045 INFO kablam! --> src/lib.rs:227:61 Sep 19 18:15:47.045 INFO kablam! | Sep 19 18:15:47.045 INFO kablam! 227 | parameters: Some(P( Sep 19 18:15:47.045 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.045 INFO kablam! | Sep 19 18:15:47.045 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.045 INFO kablam! Sep 19 18:15:47.045 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 18:15:47.045 INFO kablam! --> src/lib.rs:236:85 Sep 19 18:15:47.045 INFO kablam! | Sep 19 18:15:47.045 INFO kablam! 236 | identifier: Ident::from_str("Fn"), Sep 19 18:15:47.045 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.045 INFO kablam! | Sep 19 18:15:47.045 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.045 INFO kablam! Sep 19 18:15:47.045 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 18:15:47.045 INFO kablam! --> src/lib.rs:237:85 Sep 19 18:15:47.045 INFO kablam! | Sep 19 18:15:47.045 INFO kablam! 237 | span: DUMMY_SP, Sep 19 18:15:47.045 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.045 INFO kablam! | Sep 19 18:15:47.045 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.045 INFO kablam! Sep 19 18:15:47.045 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 18:15:47.045 INFO kablam! --> src/lib.rs:238:85 Sep 19 18:15:47.045 INFO kablam! | Sep 19 18:15:47.045 INFO kablam! 238 | parameters: Some(P( Sep 19 18:15:47.045 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.045 INFO kablam! | Sep 19 18:15:47.045 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.045 INFO kablam! Sep 19 18:15:47.047 INFO kablam! error[E0308]: mismatched types Sep 19 18:15:47.047 INFO kablam! --> src/lib.rs:157:20 Sep 19 18:15:47.047 INFO kablam! | Sep 19 18:15:47.047 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 18:15:47.047 INFO kablam! | Sep 19 18:15:47.047 INFO kablam! = note: expected type `&str` Sep 19 18:15:47.047 INFO kablam! found type `syntax::ast::Path` Sep 19 18:15:47.047 INFO kablam! Sep 19 18:15:47.047 INFO kablam! error[E0308]: mismatched types Sep 19 18:15:47.047 INFO kablam! --> src/lib.rs:163:17 Sep 19 18:15:47.048 INFO kablam! | Sep 19 18:15:47.048 INFO kablam! 163 | / SpannedIdent { Sep 19 18:15:47.048 INFO kablam! 164 | | node: Ident { name, ctxt: _ }, Sep 19 18:15:47.048 INFO kablam! 165 | | span: _, Sep 19 18:15:47.048 INFO kablam! 166 | | }, Sep 19 18:15:47.048 INFO kablam! | |_________________^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 19 18:15:47.048 INFO kablam! | Sep 19 18:15:47.048 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 19 18:15:47.048 INFO kablam! found type `syntax::source_map::Spanned` Sep 19 18:15:47.048 INFO kablam! Sep 19 18:15:47.048 INFO kablam! error[E0026]: struct `syntax::ast::Ident` does not have a field named `ctxt` Sep 19 18:15:47.048 INFO kablam! --> src/lib.rs:164:41 Sep 19 18:15:47.048 INFO kablam! | Sep 19 18:15:47.048 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 19 18:15:47.048 INFO kablam! | ^^^^^^^ struct `syntax::ast::Ident` does not have this field Sep 19 18:15:47.048 INFO kablam! Sep 19 18:15:47.048 INFO kablam! error[E0027]: pattern does not mention field `span` Sep 19 18:15:47.048 INFO kablam! --> src/lib.rs:164:27 Sep 19 18:15:47.048 INFO kablam! | Sep 19 18:15:47.048 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 19 18:15:47.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ missing field `span` Sep 19 18:15:47.048 INFO kablam! Sep 19 18:15:47.056 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 18:15:47.056 INFO kablam! --> src/lib.rs:214:37 Sep 19 18:15:47.056 INFO kablam! | Sep 19 18:15:47.056 INFO kablam! 214 | identifier: Ident::from_str("Vec"), Sep 19 18:15:47.056 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.056 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 19 18:15:47.056 INFO kablam! --> src/lib.rs:302:59 Sep 19 18:15:47.056 INFO kablam! | Sep 19 18:15:47.056 INFO kablam! 302 | ident.node, Sep 19 18:15:47.056 INFO kablam! | ^^^^ unknown field Sep 19 18:15:47.056 INFO kablam! | Sep 19 18:15:47.056 INFO kablam! = note: available fields are: `name`, `span` Sep 19 18:15:47.056 INFO kablam! Sep 19 18:15:47.056 INFO kablam! | Sep 19 18:15:47.056 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.056 INFO kablam! Sep 19 18:15:47.056 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 18:15:47.056 INFO kablam! --> src/lib.rs:215:37 Sep 19 18:15:47.056 INFO kablam! | Sep 19 18:15:47.056 INFO kablam! 215 | span: DUMMY_SP, Sep 19 18:15:47.056 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.056 INFO kablam! | Sep 19 18:15:47.056 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.056 INFO kablam! Sep 19 18:15:47.056 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 18:15:47.056 INFO kablam! --> src/lib.rs:216:37 Sep 19 18:15:47.056 INFO kablam! | Sep 19 18:15:47.056 INFO kablam! 216 | parameters: Some(P( Sep 19 18:15:47.056 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.056 INFO kablam! | Sep 19 18:15:47.056 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.056 INFO kablam! Sep 19 18:15:47.057 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 18:15:47.057 INFO kablam! --> src/lib.rs:225:61 Sep 19 18:15:47.057 INFO kablam! | Sep 19 18:15:47.057 INFO kablam! 225 | identifier: Ident::from_str("Rc"), Sep 19 18:15:47.057 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.057 INFO kablam! | Sep 19 18:15:47.057 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.057 INFO kablam! Sep 19 18:15:47.057 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 18:15:47.057 INFO kablam! --> src/lib.rs:226:61 Sep 19 18:15:47.057 INFO kablam! | Sep 19 18:15:47.057 INFO kablam! 226 | span: DUMMY_SP, Sep 19 18:15:47.057 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.057 INFO kablam! | Sep 19 18:15:47.057 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.057 INFO kablam! Sep 19 18:15:47.057 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 18:15:47.057 INFO kablam! --> src/lib.rs:227:61 Sep 19 18:15:47.057 INFO kablam! | Sep 19 18:15:47.057 INFO kablam! 227 | parameters: Some(P( Sep 19 18:15:47.057 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.057 INFO kablam! | Sep 19 18:15:47.057 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.057 INFO kablam! Sep 19 18:15:47.057 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 18:15:47.057 INFO kablam! --> src/lib.rs:236:85 Sep 19 18:15:47.057 INFO kablam! | Sep 19 18:15:47.057 INFO kablam! 236 | identifier: Ident::from_str("Fn"), Sep 19 18:15:47.057 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.057 INFO kablam! | Sep 19 18:15:47.057 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.057 INFO kablam! Sep 19 18:15:47.057 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 18:15:47.057 INFO kablam! --> src/lib.rs:237:85 Sep 19 18:15:47.057 INFO kablam! | Sep 19 18:15:47.057 INFO kablam! 237 | span: DUMMY_SP, Sep 19 18:15:47.057 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.057 INFO kablam! | Sep 19 18:15:47.057 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.057 INFO kablam! Sep 19 18:15:47.057 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 18:15:47.057 INFO kablam! --> src/lib.rs:238:85 Sep 19 18:15:47.057 INFO kablam! | Sep 19 18:15:47.057 INFO kablam! 238 | parameters: Some(P( Sep 19 18:15:47.057 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.057 INFO kablam! | Sep 19 18:15:47.057 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.057 INFO kablam! Sep 19 18:15:47.058 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 18:15:47.058 INFO kablam! --> src/lib.rs:365:24 Sep 19 18:15:47.058 INFO kablam! | Sep 19 18:15:47.058 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 18:15:47.059 INFO kablam! Sep 19 18:15:47.059 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 19 18:15:47.059 INFO kablam! --> src/lib.rs:302:59 Sep 19 18:15:47.059 INFO kablam! | Sep 19 18:15:47.059 INFO kablam! 302 | ident.node, Sep 19 18:15:47.059 INFO kablam! | ^^^^ unknown field Sep 19 18:15:47.059 INFO kablam! | Sep 19 18:15:47.059 INFO kablam! = note: available fields are: `name`, `span` Sep 19 18:15:47.059 INFO kablam! Sep 19 18:15:47.061 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 18:15:47.061 INFO kablam! --> src/lib.rs:365:24 Sep 19 18:15:47.061 INFO kablam! | Sep 19 18:15:47.061 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 18:15:47.061 INFO kablam! Sep 19 18:15:47.164 INFO kablam! error[E0308]: mismatched types Sep 19 18:15:47.164 INFO kablam! --> src/lib.rs:365:24 Sep 19 18:15:47.164 INFO kablam! | Sep 19 18:15:47.164 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 18:15:47.164 INFO kablam! | Sep 19 18:15:47.164 INFO kablam! = note: expected type `&str` Sep 19 18:15:47.165 INFO kablam! found type `syntax::ast::Path` Sep 19 18:15:47.165 INFO kablam! Sep 19 18:15:47.169 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 18:15:47.169 INFO kablam! --> src/lib.rs:400:22 Sep 19 18:15:47.169 INFO kablam! | Sep 19 18:15:47.169 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 18:15:47.169 INFO kablam! Sep 19 18:15:47.172 INFO kablam! error[E0308]: mismatched types Sep 19 18:15:47.172 INFO kablam! --> src/lib.rs:365:24 Sep 19 18:15:47.172 INFO kablam! | Sep 19 18:15:47.172 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 18:15:47.172 INFO kablam! | Sep 19 18:15:47.172 INFO kablam! = note: expected type `&str` Sep 19 18:15:47.172 INFO kablam! found type `syntax::ast::Path` Sep 19 18:15:47.173 INFO kablam! Sep 19 18:15:47.178 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 18:15:47.178 INFO kablam! --> src/lib.rs:400:22 Sep 19 18:15:47.178 INFO kablam! | Sep 19 18:15:47.178 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 18:15:47.178 INFO kablam! Sep 19 18:15:47.289 INFO kablam! error[E0308]: mismatched types Sep 19 18:15:47.289 INFO kablam! --> src/lib.rs:400:22 Sep 19 18:15:47.289 INFO kablam! | Sep 19 18:15:47.289 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 18:15:47.289 INFO kablam! | Sep 19 18:15:47.289 INFO kablam! = note: expected type `&str` Sep 19 18:15:47.289 INFO kablam! found type `syntax::ast::Path` Sep 19 18:15:47.289 INFO kablam! Sep 19 18:15:47.295 INFO kablam! error[E0308]: mismatched types Sep 19 18:15:47.295 INFO kablam! --> src/lib.rs:400:22 Sep 19 18:15:47.295 INFO kablam! | Sep 19 18:15:47.295 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 18:15:47.295 INFO kablam! | Sep 19 18:15:47.295 INFO kablam! = note: expected type `&str` Sep 19 18:15:47.295 INFO kablam! found type `syntax::ast::Path` Sep 19 18:15:47.295 INFO kablam! Sep 19 18:15:47.301 INFO kablam! error: aborting due to 22 previous errors Sep 19 18:15:47.301 INFO kablam! Sep 19 18:15:47.301 INFO kablam! Some errors occurred: E0026, E0027, E0061, E0277, E0308, E0432, E0560, E0609. Sep 19 18:15:47.301 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 19 18:15:47.308 INFO kablam! error: aborting due to 22 previous errors Sep 19 18:15:47.308 INFO kablam! Sep 19 18:15:47.308 INFO kablam! Some errors occurred: E0026, E0027, E0061, E0277, E0308, E0432, E0560, E0609. Sep 19 18:15:47.308 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 19 18:15:47.317 INFO kablam! error: Could not compile `sig-rs`. Sep 19 18:15:47.318 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 18:15:47.327 INFO kablam! error: Could not compile `sig-rs`. Sep 19 18:15:47.327 INFO kablam! Sep 19 18:15:47.327 INFO kablam! To learn more, run the command again with --verbose. Sep 19 18:15:47.327 INFO kablam! su: No module specific data is present Sep 19 18:15:47.684 INFO running `"docker" "rm" "-f" "3803a96dc24914c1120c60227139dc1aea8836cf375689cff9708f409ff34319"` Sep 19 18:15:47.757 INFO blam! 3803a96dc24914c1120c60227139dc1aea8836cf375689cff9708f409ff34319