Sep 17 17:20:42.524 INFO checking sig-rs-1.0.1 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 17:20:42.524 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 17:20:42.524 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 17:20:42.738 INFO blam! e9b9e9ea8cfc4b44fbb13d83b5d099b97a6074e7d7e00248d4c3372b6de04c50 Sep 17 17:20:42.744 INFO running `"docker" "start" "-a" "e9b9e9ea8cfc4b44fbb13d83b5d099b97a6074e7d7e00248d4c3372b6de04c50"` Sep 17 17:20:43.634 INFO kablam! usermod: no changes Sep 17 17:20:43.659 INFO kablam! Checking sig-rs v1.0.1 (/source) Sep 17 17:20:44.697 INFO kablam! error[E0432]: unresolved imports `syntax::ast::AngleBracketedParameterData`, `syntax::ast::ParenthesizedParameterData`, `syntax::ast::PathParameters` Sep 17 17:20:44.697 INFO kablam! --> src/lib.rs:16:19 Sep 17 17:20:44.697 INFO kablam! | Sep 17 17:20:44.697 INFO kablam! 16 | use syntax::ast::{AngleBracketedParameterData, Attribute, Block, ExprKind, Sep 17 17:20:44.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 17 17:20:44.697 INFO kablam! 17 | FunctionRetTy, ImplItem, ImplItemKind, Item, ItemKind, Sep 17 17:20:44.697 INFO kablam! 18 | MetaItem, MethodSig, Mod, ParenthesizedParameterData, Sep 17 17:20:44.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 17 17:20:44.697 INFO kablam! 19 | PatKind, Path, PathParameters, PathSegment, SpannedIdent, Sep 17 17:20:44.697 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 17 17:20:44.697 INFO kablam! Sep 17 17:20:44.762 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 17 17:20:44.762 INFO kablam! --> src/lib.rs:55:34 Sep 17 17:20:44.762 INFO kablam! | Sep 17 17:20:44.762 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 17 17:20:44.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 17 17:20:44.762 INFO kablam! Sep 17 17:20:44.762 INFO kablam! error[E0277]: can't compare `syntax::ast::Path` with `syntax::ast::Path` Sep 17 17:20:44.763 INFO kablam! --> src/lib.rs:55:30 Sep 17 17:20:44.763 INFO kablam! | Sep 17 17:20:44.763 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 17 17:20:44.763 INFO kablam! | ^^ no implementation for `syntax::ast::Path == syntax::ast::Path` Sep 17 17:20:44.763 INFO kablam! | Sep 17 17:20:44.763 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `syntax::ast::Path` Sep 17 17:20:44.763 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&syntax::ast::Path>` for `&syntax::ast::Path` Sep 17 17:20:44.763 INFO kablam! Sep 17 17:20:44.772 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 17 17:20:44.772 INFO kablam! --> src/lib.rs:157:20 Sep 17 17:20:44.772 INFO kablam! | Sep 17 17:20:44.772 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 17 17:20:44.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 17 17:20:44.772 INFO kablam! Sep 17 17:20:44.818 INFO kablam! error[E0432]: unresolved imports `syntax::ast::AngleBracketedParameterData`, `syntax::ast::ParenthesizedParameterData`, `syntax::ast::PathParameters` Sep 17 17:20:44.818 INFO kablam! --> src/lib.rs:16:19 Sep 17 17:20:44.818 INFO kablam! | Sep 17 17:20:44.818 INFO kablam! 16 | use syntax::ast::{AngleBracketedParameterData, Attribute, Block, ExprKind, Sep 17 17:20:44.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 17 17:20:44.818 INFO kablam! 17 | FunctionRetTy, ImplItem, ImplItemKind, Item, ItemKind, Sep 17 17:20:44.818 INFO kablam! 18 | MetaItem, MethodSig, Mod, ParenthesizedParameterData, Sep 17 17:20:44.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 17 17:20:44.818 INFO kablam! 19 | PatKind, Path, PathParameters, PathSegment, SpannedIdent, Sep 17 17:20:44.818 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 17 17:20:44.818 INFO kablam! Sep 17 17:20:44.891 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 17 17:20:44.891 INFO kablam! --> src/lib.rs:55:34 Sep 17 17:20:44.892 INFO kablam! | Sep 17 17:20:44.892 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 17 17:20:44.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 17 17:20:44.892 INFO kablam! Sep 17 17:20:44.892 INFO kablam! error[E0277]: can't compare `syntax::ast::Path` with `syntax::ast::Path` Sep 17 17:20:44.892 INFO kablam! --> src/lib.rs:55:30 Sep 17 17:20:44.892 INFO kablam! | Sep 17 17:20:44.892 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 17 17:20:44.892 INFO kablam! | ^^ no implementation for `syntax::ast::Path == syntax::ast::Path` Sep 17 17:20:44.892 INFO kablam! | Sep 17 17:20:44.892 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `syntax::ast::Path` Sep 17 17:20:44.892 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&syntax::ast::Path>` for `&syntax::ast::Path` Sep 17 17:20:44.892 INFO kablam! Sep 17 17:20:44.904 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 17 17:20:44.905 INFO kablam! --> src/lib.rs:157:20 Sep 17 17:20:44.905 INFO kablam! | Sep 17 17:20:44.905 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 17 17:20:44.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 17 17:20:44.905 INFO kablam! Sep 17 17:20:44.949 INFO kablam! error[E0308]: mismatched types Sep 17 17:20:44.949 INFO kablam! --> src/lib.rs:157:20 Sep 17 17:20:44.949 INFO kablam! | Sep 17 17:20:44.949 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 17 17:20:44.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 17 17:20:44.949 INFO kablam! | Sep 17 17:20:44.949 INFO kablam! = note: expected type `&str` Sep 17 17:20:44.949 INFO kablam! found type `syntax::ast::Path` Sep 17 17:20:44.949 INFO kablam! Sep 17 17:20:44.950 INFO kablam! error[E0308]: mismatched types Sep 17 17:20:44.950 INFO kablam! --> src/lib.rs:163:17 Sep 17 17:20:44.950 INFO kablam! | Sep 17 17:20:44.950 INFO kablam! 163 | / SpannedIdent { Sep 17 17:20:44.950 INFO kablam! 164 | | node: Ident { name, ctxt: _ }, Sep 17 17:20:44.950 INFO kablam! 165 | | span: _, Sep 17 17:20:44.950 INFO kablam! 166 | | }, Sep 17 17:20:44.950 INFO kablam! | |_________________^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 17 17:20:44.950 INFO kablam! | Sep 17 17:20:44.950 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 17 17:20:44.950 INFO kablam! found type `syntax::source_map::Spanned` Sep 17 17:20:44.950 INFO kablam! Sep 17 17:20:44.950 INFO kablam! error[E0026]: struct `syntax::ast::Ident` does not have a field named `ctxt` Sep 17 17:20:44.950 INFO kablam! --> src/lib.rs:164:41 Sep 17 17:20:44.950 INFO kablam! | Sep 17 17:20:44.950 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 17 17:20:44.950 INFO kablam! | ^^^^^^^ struct `syntax::ast::Ident` does not have this field Sep 17 17:20:44.950 INFO kablam! Sep 17 17:20:44.950 INFO kablam! error[E0027]: pattern does not mention field `span` Sep 17 17:20:44.950 INFO kablam! --> src/lib.rs:164:27 Sep 17 17:20:44.950 INFO kablam! | Sep 17 17:20:44.950 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 17 17:20:44.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ missing field `span` Sep 17 17:20:44.950 INFO kablam! Sep 17 17:20:44.953 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 17:20:44.953 INFO kablam! --> src/lib.rs:214:37 Sep 17 17:20:44.953 INFO kablam! | Sep 17 17:20:44.953 INFO kablam! 214 | identifier: Ident::from_str("Vec"), Sep 17 17:20:44.953 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 17:20:44.953 INFO kablam! | Sep 17 17:20:44.953 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 17:20:44.953 INFO kablam! Sep 17 17:20:44.953 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 17:20:44.953 INFO kablam! --> src/lib.rs:215:37 Sep 17 17:20:44.953 INFO kablam! | Sep 17 17:20:44.953 INFO kablam! 215 | span: DUMMY_SP, Sep 17 17:20:44.953 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 17:20:44.953 INFO kablam! | Sep 17 17:20:44.953 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 17:20:44.953 INFO kablam! Sep 17 17:20:44.953 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 17:20:44.953 INFO kablam! --> src/lib.rs:216:37 Sep 17 17:20:44.953 INFO kablam! | Sep 17 17:20:44.953 INFO kablam! 216 | parameters: Some(P( Sep 17 17:20:44.953 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 17:20:44.953 INFO kablam! | Sep 17 17:20:44.953 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 17:20:44.953 INFO kablam! Sep 17 17:20:44.954 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 17:20:44.954 INFO kablam! --> src/lib.rs:225:61 Sep 17 17:20:44.954 INFO kablam! | Sep 17 17:20:44.954 INFO kablam! 225 | identifier: Ident::from_str("Rc"), Sep 17 17:20:44.954 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 17:20:44.954 INFO kablam! | Sep 17 17:20:44.954 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 17:20:44.954 INFO kablam! Sep 17 17:20:44.954 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 17:20:44.954 INFO kablam! --> src/lib.rs:226:61 Sep 17 17:20:44.954 INFO kablam! | Sep 17 17:20:44.954 INFO kablam! 226 | span: DUMMY_SP, Sep 17 17:20:44.954 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 17:20:44.954 INFO kablam! | Sep 17 17:20:44.954 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 17:20:44.954 INFO kablam! Sep 17 17:20:44.954 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 17:20:44.954 INFO kablam! --> src/lib.rs:227:61 Sep 17 17:20:44.954 INFO kablam! | Sep 17 17:20:44.954 INFO kablam! 227 | parameters: Some(P( Sep 17 17:20:44.954 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 17:20:44.954 INFO kablam! | Sep 17 17:20:44.954 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 17:20:44.954 INFO kablam! Sep 17 17:20:44.954 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 17:20:44.954 INFO kablam! --> src/lib.rs:236:85 Sep 17 17:20:44.954 INFO kablam! | Sep 17 17:20:44.954 INFO kablam! 236 | identifier: Ident::from_str("Fn"), Sep 17 17:20:44.954 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 17:20:44.954 INFO kablam! | Sep 17 17:20:44.954 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 17:20:44.954 INFO kablam! Sep 17 17:20:44.954 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 17:20:44.954 INFO kablam! --> src/lib.rs:237:85 Sep 17 17:20:44.954 INFO kablam! | Sep 17 17:20:44.954 INFO kablam! 237 | span: DUMMY_SP, Sep 17 17:20:44.954 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 17:20:44.954 INFO kablam! | Sep 17 17:20:44.954 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 17:20:44.954 INFO kablam! Sep 17 17:20:44.954 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 17:20:44.954 INFO kablam! --> src/lib.rs:238:85 Sep 17 17:20:44.954 INFO kablam! | Sep 17 17:20:44.954 INFO kablam! 238 | parameters: Some(P( Sep 17 17:20:44.954 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 17:20:44.955 INFO kablam! | Sep 17 17:20:44.955 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 17:20:44.955 INFO kablam! Sep 17 17:20:44.958 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 17 17:20:44.958 INFO kablam! --> src/lib.rs:302:59 Sep 17 17:20:44.958 INFO kablam! | Sep 17 17:20:44.958 INFO kablam! 302 | ident.node, Sep 17 17:20:44.958 INFO kablam! | ^^^^ unknown field Sep 17 17:20:44.958 INFO kablam! | Sep 17 17:20:44.959 INFO kablam! = note: available fields are: `name`, `span` Sep 17 17:20:44.959 INFO kablam! Sep 17 17:20:44.961 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 17 17:20:44.961 INFO kablam! --> src/lib.rs:365:24 Sep 17 17:20:44.961 INFO kablam! | Sep 17 17:20:44.961 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 17 17:20:44.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 17 17:20:44.961 INFO kablam! Sep 17 17:20:45.079 INFO kablam! error[E0308]: mismatched types Sep 17 17:20:45.079 INFO kablam! --> src/lib.rs:365:24 Sep 17 17:20:45.079 INFO kablam! | Sep 17 17:20:45.079 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 17 17:20:45.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 17 17:20:45.079 INFO kablam! | Sep 17 17:20:45.079 INFO kablam! = note: expected type `&str` Sep 17 17:20:45.079 INFO kablam! found type `syntax::ast::Path` Sep 17 17:20:45.079 INFO kablam! Sep 17 17:20:45.084 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 17 17:20:45.084 INFO kablam! --> src/lib.rs:400:22 Sep 17 17:20:45.084 INFO kablam! | Sep 17 17:20:45.084 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 17 17:20:45.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 17 17:20:45.084 INFO kablam! Sep 17 17:20:45.088 INFO kablam! error[E0308]: mismatched types Sep 17 17:20:45.088 INFO kablam! --> src/lib.rs:157:20 Sep 17 17:20:45.088 INFO kablam! | Sep 17 17:20:45.088 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 17 17:20:45.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 17 17:20:45.088 INFO kablam! | Sep 17 17:20:45.088 INFO kablam! = note: expected type `&str` Sep 17 17:20:45.088 INFO kablam! found type `syntax::ast::Path` Sep 17 17:20:45.088 INFO kablam! Sep 17 17:20:45.089 INFO kablam! error[E0308]: mismatched types Sep 17 17:20:45.089 INFO kablam! --> src/lib.rs:163:17 Sep 17 17:20:45.089 INFO kablam! | Sep 17 17:20:45.089 INFO kablam! 163 | / SpannedIdent { Sep 17 17:20:45.089 INFO kablam! 164 | | node: Ident { name, ctxt: _ }, Sep 17 17:20:45.089 INFO kablam! 165 | | span: _, Sep 17 17:20:45.089 INFO kablam! 166 | | }, Sep 17 17:20:45.089 INFO kablam! | |_________________^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 17 17:20:45.089 INFO kablam! | Sep 17 17:20:45.089 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 17 17:20:45.089 INFO kablam! found type `syntax::source_map::Spanned` Sep 17 17:20:45.089 INFO kablam! Sep 17 17:20:45.089 INFO kablam! error[E0026]: struct `syntax::ast::Ident` does not have a field named `ctxt` Sep 17 17:20:45.089 INFO kablam! --> src/lib.rs:164:41 Sep 17 17:20:45.089 INFO kablam! | Sep 17 17:20:45.089 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 17 17:20:45.089 INFO kablam! | ^^^^^^^ struct `syntax::ast::Ident` does not have this field Sep 17 17:20:45.089 INFO kablam! Sep 17 17:20:45.089 INFO kablam! error[E0027]: pattern does not mention field `span` Sep 17 17:20:45.089 INFO kablam! --> src/lib.rs:164:27 Sep 17 17:20:45.089 INFO kablam! | Sep 17 17:20:45.089 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 17 17:20:45.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ missing field `span` Sep 17 17:20:45.089 INFO kablam! Sep 17 17:20:45.092 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 17:20:45.092 INFO kablam! --> src/lib.rs:214:37 Sep 17 17:20:45.092 INFO kablam! | Sep 17 17:20:45.092 INFO kablam! 214 | identifier: Ident::from_str("Vec"), Sep 17 17:20:45.092 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 17:20:45.092 INFO kablam! | Sep 17 17:20:45.092 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 17:20:45.092 INFO kablam! Sep 17 17:20:45.092 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 17:20:45.092 INFO kablam! --> src/lib.rs:215:37 Sep 17 17:20:45.092 INFO kablam! | Sep 17 17:20:45.092 INFO kablam! 215 | span: DUMMY_SP, Sep 17 17:20:45.092 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 17:20:45.092 INFO kablam! | Sep 17 17:20:45.093 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 17:20:45.093 INFO kablam! Sep 17 17:20:45.093 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 17:20:45.093 INFO kablam! --> src/lib.rs:216:37 Sep 17 17:20:45.093 INFO kablam! | Sep 17 17:20:45.093 INFO kablam! 216 | parameters: Some(P( Sep 17 17:20:45.093 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 17:20:45.093 INFO kablam! | Sep 17 17:20:45.093 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 17:20:45.093 INFO kablam! Sep 17 17:20:45.093 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 17:20:45.093 INFO kablam! --> src/lib.rs:225:61 Sep 17 17:20:45.093 INFO kablam! | Sep 17 17:20:45.093 INFO kablam! 225 | identifier: Ident::from_str("Rc"), Sep 17 17:20:45.093 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 17:20:45.093 INFO kablam! | Sep 17 17:20:45.093 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 17:20:45.093 INFO kablam! Sep 17 17:20:45.093 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 17:20:45.093 INFO kablam! --> src/lib.rs:226:61 Sep 17 17:20:45.093 INFO kablam! | Sep 17 17:20:45.093 INFO kablam! 226 | span: DUMMY_SP, Sep 17 17:20:45.093 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 17:20:45.093 INFO kablam! | Sep 17 17:20:45.093 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 17:20:45.093 INFO kablam! Sep 17 17:20:45.093 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 17:20:45.093 INFO kablam! --> src/lib.rs:227:61 Sep 17 17:20:45.093 INFO kablam! | Sep 17 17:20:45.093 INFO kablam! 227 | parameters: Some(P( Sep 17 17:20:45.093 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 17:20:45.093 INFO kablam! | Sep 17 17:20:45.093 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 17:20:45.093 INFO kablam! Sep 17 17:20:45.094 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 17:20:45.094 INFO kablam! --> src/lib.rs:236:85 Sep 17 17:20:45.094 INFO kablam! | Sep 17 17:20:45.094 INFO kablam! 236 | identifier: Ident::from_str("Fn"), Sep 17 17:20:45.094 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 17:20:45.094 INFO kablam! | Sep 17 17:20:45.094 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 17:20:45.094 INFO kablam! Sep 17 17:20:45.094 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 17:20:45.094 INFO kablam! --> src/lib.rs:237:85 Sep 17 17:20:45.094 INFO kablam! | Sep 17 17:20:45.094 INFO kablam! 237 | span: DUMMY_SP, Sep 17 17:20:45.094 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 17:20:45.094 INFO kablam! | Sep 17 17:20:45.094 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 17:20:45.094 INFO kablam! Sep 17 17:20:45.094 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 17:20:45.094 INFO kablam! --> src/lib.rs:238:85 Sep 17 17:20:45.094 INFO kablam! | Sep 17 17:20:45.094 INFO kablam! 238 | parameters: Some(P( Sep 17 17:20:45.094 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 17:20:45.094 INFO kablam! | Sep 17 17:20:45.094 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 17:20:45.094 INFO kablam! Sep 17 17:20:45.099 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 17 17:20:45.099 INFO kablam! --> src/lib.rs:302:59 Sep 17 17:20:45.099 INFO kablam! | Sep 17 17:20:45.099 INFO kablam! 302 | ident.node, Sep 17 17:20:45.099 INFO kablam! | ^^^^ unknown field Sep 17 17:20:45.099 INFO kablam! | Sep 17 17:20:45.099 INFO kablam! = note: available fields are: `name`, `span` Sep 17 17:20:45.099 INFO kablam! Sep 17 17:20:45.101 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 17 17:20:45.101 INFO kablam! --> src/lib.rs:365:24 Sep 17 17:20:45.101 INFO kablam! | Sep 17 17:20:45.101 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 17 17:20:45.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 17 17:20:45.101 INFO kablam! Sep 17 17:20:45.186 INFO kablam! error[E0308]: mismatched types Sep 17 17:20:45.186 INFO kablam! --> src/lib.rs:400:22 Sep 17 17:20:45.186 INFO kablam! | Sep 17 17:20:45.186 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 17 17:20:45.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 17 17:20:45.186 INFO kablam! | Sep 17 17:20:45.186 INFO kablam! = note: expected type `&str` Sep 17 17:20:45.186 INFO kablam! found type `syntax::ast::Path` Sep 17 17:20:45.186 INFO kablam! Sep 17 17:20:45.202 INFO kablam! error: aborting due to 22 previous errors Sep 17 17:20:45.202 INFO kablam! Sep 17 17:20:45.202 INFO kablam! Some errors occurred: E0026, E0027, E0061, E0277, E0308, E0432, E0560, E0609. Sep 17 17:20:45.202 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 17 17:20:45.209 INFO kablam! error[E0308]: mismatched types Sep 17 17:20:45.209 INFO kablam! --> src/lib.rs:365:24 Sep 17 17:20:45.209 INFO kablam! | Sep 17 17:20:45.209 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 17 17:20:45.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 17 17:20:45.209 INFO kablam! | Sep 17 17:20:45.209 INFO kablam! = note: expected type `&str` Sep 17 17:20:45.209 INFO kablam! found type `syntax::ast::Path` Sep 17 17:20:45.209 INFO kablam! Sep 17 17:20:45.215 INFO kablam! error: Could not compile `sig-rs`. Sep 17 17:20:45.215 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 17:20:45.216 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 17 17:20:45.216 INFO kablam! --> src/lib.rs:400:22 Sep 17 17:20:45.216 INFO kablam! | Sep 17 17:20:45.216 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 17 17:20:45.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 17 17:20:45.216 INFO kablam! Sep 17 17:20:45.327 INFO kablam! error[E0308]: mismatched types Sep 17 17:20:45.327 INFO kablam! --> src/lib.rs:400:22 Sep 17 17:20:45.327 INFO kablam! | Sep 17 17:20:45.327 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 17 17:20:45.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 17 17:20:45.327 INFO kablam! | Sep 17 17:20:45.327 INFO kablam! = note: expected type `&str` Sep 17 17:20:45.327 INFO kablam! found type `syntax::ast::Path` Sep 17 17:20:45.327 INFO kablam! Sep 17 17:20:45.339 INFO kablam! error: aborting due to 22 previous errors Sep 17 17:20:45.339 INFO kablam! Sep 17 17:20:45.339 INFO kablam! Some errors occurred: E0026, E0027, E0061, E0277, E0308, E0432, E0560, E0609. Sep 17 17:20:45.339 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 17 17:20:45.351 INFO kablam! error: Could not compile `sig-rs`. Sep 17 17:20:45.351 INFO kablam! Sep 17 17:20:45.351 INFO kablam! To learn more, run the command again with --verbose. Sep 17 17:20:45.352 INFO kablam! su: No module specific data is present Sep 17 17:20:45.817 INFO running `"docker" "rm" "-f" "e9b9e9ea8cfc4b44fbb13d83b5d099b97a6074e7d7e00248d4c3372b6de04c50"` Sep 17 17:20:45.907 INFO blam! e9b9e9ea8cfc4b44fbb13d83b5d099b97a6074e7d7e00248d4c3372b6de04c50