Sep 19 20:13:18.142 INFO checking sig-rs-1.0.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 20:13:18.142 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 20:13:18.142 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:13:18.270 INFO blam! 6d5a91ac626bb4578f8bd09beda5df42d47082f2ec44fa5b6acf4fec51174ad0 Sep 19 20:13:18.271 INFO running `"docker" "start" "-a" "6d5a91ac626bb4578f8bd09beda5df42d47082f2ec44fa5b6acf4fec51174ad0"` Sep 19 20:13:19.678 INFO kablam! usermod: no changes Sep 19 20:13:19.702 INFO kablam! Checking sig-rs v1.0.1 (/source) Sep 19 20:13:20.805 INFO kablam! error[E0432]: unresolved imports `syntax::ast::AngleBracketedParameterData`, `syntax::ast::ParenthesizedParameterData`, `syntax::ast::PathParameters` Sep 19 20:13:20.805 INFO kablam! --> src/lib.rs:16:19 Sep 19 20:13:20.806 INFO kablam! | Sep 19 20:13:20.806 INFO kablam! 16 | use syntax::ast::{AngleBracketedParameterData, Attribute, Block, ExprKind, Sep 19 20:13:20.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 19 20:13:20.806 INFO kablam! 17 | FunctionRetTy, ImplItem, ImplItemKind, Item, ItemKind, Sep 19 20:13:20.806 INFO kablam! 18 | MetaItem, MethodSig, Mod, ParenthesizedParameterData, Sep 19 20:13:20.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 19 20:13:20.806 INFO kablam! 19 | PatKind, Path, PathParameters, PathSegment, SpannedIdent, Sep 19 20:13:20.806 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 19 20:13:20.806 INFO kablam! Sep 19 20:13:20.857 INFO kablam! error[E0432]: unresolved imports `syntax::ast::AngleBracketedParameterData`, `syntax::ast::ParenthesizedParameterData`, `syntax::ast::PathParameters` Sep 19 20:13:20.857 INFO kablam! --> src/lib.rs:16:19 Sep 19 20:13:20.857 INFO kablam! | Sep 19 20:13:20.857 INFO kablam! 16 | use syntax::ast::{AngleBracketedParameterData, Attribute, Block, ExprKind, Sep 19 20:13:20.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 19 20:13:20.857 INFO kablam! 17 | FunctionRetTy, ImplItem, ImplItemKind, Item, ItemKind, Sep 19 20:13:20.857 INFO kablam! 18 | MetaItem, MethodSig, Mod, ParenthesizedParameterData, Sep 19 20:13:20.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 19 20:13:20.857 INFO kablam! 19 | PatKind, Path, PathParameters, PathSegment, SpannedIdent, Sep 19 20:13:20.857 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 19 20:13:20.858 INFO kablam! Sep 19 20:13:20.864 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 20:13:20.864 INFO kablam! --> src/lib.rs:55:34 Sep 19 20:13:20.864 INFO kablam! | Sep 19 20:13:20.864 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 19 20:13:20.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 20:13:20.864 INFO kablam! Sep 19 20:13:20.865 INFO kablam! error[E0277]: can't compare `syntax::ast::Path` with `syntax::ast::Path` Sep 19 20:13:20.865 INFO kablam! --> src/lib.rs:55:30 Sep 19 20:13:20.865 INFO kablam! | Sep 19 20:13:20.865 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 19 20:13:20.865 INFO kablam! | ^^ no implementation for `syntax::ast::Path == syntax::ast::Path` Sep 19 20:13:20.865 INFO kablam! | Sep 19 20:13:20.865 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `syntax::ast::Path` Sep 19 20:13:20.865 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&syntax::ast::Path>` for `&syntax::ast::Path` Sep 19 20:13:20.865 INFO kablam! Sep 19 20:13:20.873 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 20:13:20.873 INFO kablam! --> src/lib.rs:157:20 Sep 19 20:13:20.873 INFO kablam! | Sep 19 20:13:20.873 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:20.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 20:13:20.873 INFO kablam! Sep 19 20:13:20.922 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 20:13:20.922 INFO kablam! --> src/lib.rs:55:34 Sep 19 20:13:20.922 INFO kablam! | Sep 19 20:13:20.922 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 19 20:13:20.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 20:13:20.922 INFO kablam! Sep 19 20:13:20.922 INFO kablam! error[E0277]: can't compare `syntax::ast::Path` with `syntax::ast::Path` Sep 19 20:13:20.922 INFO kablam! --> src/lib.rs:55:30 Sep 19 20:13:20.922 INFO kablam! | Sep 19 20:13:20.922 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 19 20:13:20.922 INFO kablam! | ^^ no implementation for `syntax::ast::Path == syntax::ast::Path` Sep 19 20:13:20.922 INFO kablam! | Sep 19 20:13:20.922 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `syntax::ast::Path` Sep 19 20:13:20.922 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&syntax::ast::Path>` for `&syntax::ast::Path` Sep 19 20:13:20.922 INFO kablam! Sep 19 20:13:20.931 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 20:13:20.931 INFO kablam! --> src/lib.rs:157:20 Sep 19 20:13:20.931 INFO kablam! | Sep 19 20:13:20.931 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:20.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 20:13:20.931 INFO kablam! Sep 19 20:13:21.074 INFO kablam! error[E0308]: mismatched types Sep 19 20:13:21.074 INFO kablam! --> src/lib.rs:157:20 Sep 19 20:13:21.074 INFO kablam! | Sep 19 20:13:21.074 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:21.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 20:13:21.074 INFO kablam! | Sep 19 20:13:21.074 INFO kablam! = note: expected type `&str` Sep 19 20:13:21.074 INFO kablam! found type `syntax::ast::Path` Sep 19 20:13:21.074 INFO kablam! Sep 19 20:13:21.075 INFO kablam! error[E0308]: mismatched types Sep 19 20:13:21.075 INFO kablam! --> src/lib.rs:163:17 Sep 19 20:13:21.075 INFO kablam! | Sep 19 20:13:21.075 INFO kablam! 163 | / SpannedIdent { Sep 19 20:13:21.075 INFO kablam! 164 | | node: Ident { name, ctxt: _ }, Sep 19 20:13:21.075 INFO kablam! 165 | | span: _, Sep 19 20:13:21.075 INFO kablam! 166 | | }, Sep 19 20:13:21.075 INFO kablam! | |_________________^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 19 20:13:21.075 INFO kablam! | Sep 19 20:13:21.075 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 19 20:13:21.075 INFO kablam! found type `syntax::source_map::Spanned` Sep 19 20:13:21.075 INFO kablam! Sep 19 20:13:21.075 INFO kablam! error[E0026]: struct `syntax::ast::Ident` does not have a field named `ctxt` Sep 19 20:13:21.075 INFO kablam! --> src/lib.rs:164:41 Sep 19 20:13:21.075 INFO kablam! | Sep 19 20:13:21.075 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 19 20:13:21.075 INFO kablam! | ^^^^^^^ struct `syntax::ast::Ident` does not have this field Sep 19 20:13:21.075 INFO kablam! Sep 19 20:13:21.075 INFO kablam! error[E0027]: pattern does not mention field `span` Sep 19 20:13:21.075 INFO kablam! --> src/lib.rs:164:27 Sep 19 20:13:21.075 INFO kablam! | Sep 19 20:13:21.075 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 19 20:13:21.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ missing field `span` Sep 19 20:13:21.075 INFO kablam! Sep 19 20:13:21.078 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 20:13:21.078 INFO kablam! --> src/lib.rs:214:37 Sep 19 20:13:21.078 INFO kablam! | Sep 19 20:13:21.078 INFO kablam! 214 | identifier: Ident::from_str("Vec"), Sep 19 20:13:21.078 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:21.078 INFO kablam! | Sep 19 20:13:21.078 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:21.078 INFO kablam! Sep 19 20:13:21.078 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 20:13:21.078 INFO kablam! --> src/lib.rs:215:37 Sep 19 20:13:21.078 INFO kablam! | Sep 19 20:13:21.078 INFO kablam! 215 | span: DUMMY_SP, Sep 19 20:13:21.078 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:21.078 INFO kablam! | Sep 19 20:13:21.078 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:21.078 INFO kablam! Sep 19 20:13:21.078 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 20:13:21.079 INFO kablam! --> src/lib.rs:216:37 Sep 19 20:13:21.079 INFO kablam! | Sep 19 20:13:21.079 INFO kablam! 216 | parameters: Some(P( Sep 19 20:13:21.079 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:21.079 INFO kablam! | Sep 19 20:13:21.079 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:21.079 INFO kablam! Sep 19 20:13:21.079 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 20:13:21.079 INFO kablam! --> src/lib.rs:225:61 Sep 19 20:13:21.079 INFO kablam! | Sep 19 20:13:21.079 INFO kablam! 225 | identifier: Ident::from_str("Rc"), Sep 19 20:13:21.079 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:21.079 INFO kablam! | Sep 19 20:13:21.079 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:21.079 INFO kablam! Sep 19 20:13:21.079 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 20:13:21.079 INFO kablam! --> src/lib.rs:226:61 Sep 19 20:13:21.079 INFO kablam! | Sep 19 20:13:21.079 INFO kablam! 226 | span: DUMMY_SP, Sep 19 20:13:21.079 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:21.079 INFO kablam! | Sep 19 20:13:21.079 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:21.079 INFO kablam! Sep 19 20:13:21.079 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 20:13:21.079 INFO kablam! --> src/lib.rs:227:61 Sep 19 20:13:21.079 INFO kablam! | Sep 19 20:13:21.079 INFO kablam! 227 | parameters: Some(P( Sep 19 20:13:21.079 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:21.079 INFO kablam! | Sep 19 20:13:21.079 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:21.079 INFO kablam! Sep 19 20:13:21.080 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 20:13:21.080 INFO kablam! --> src/lib.rs:236:85 Sep 19 20:13:21.080 INFO kablam! | Sep 19 20:13:21.080 INFO kablam! 236 | identifier: Ident::from_str("Fn"), Sep 19 20:13:21.080 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:21.080 INFO kablam! | Sep 19 20:13:21.080 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:21.080 INFO kablam! Sep 19 20:13:21.080 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 20:13:21.080 INFO kablam! --> src/lib.rs:237:85 Sep 19 20:13:21.080 INFO kablam! | Sep 19 20:13:21.080 INFO kablam! 237 | span: DUMMY_SP, Sep 19 20:13:21.080 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:21.080 INFO kablam! | Sep 19 20:13:21.080 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:21.080 INFO kablam! Sep 19 20:13:21.080 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 20:13:21.080 INFO kablam! --> src/lib.rs:238:85 Sep 19 20:13:21.080 INFO kablam! | Sep 19 20:13:21.080 INFO kablam! 238 | parameters: Some(P( Sep 19 20:13:21.080 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:21.080 INFO kablam! | Sep 19 20:13:21.080 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:21.080 INFO kablam! Sep 19 20:13:21.085 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 19 20:13:21.085 INFO kablam! --> src/lib.rs:302:59 Sep 19 20:13:21.085 INFO kablam! | Sep 19 20:13:21.085 INFO kablam! 302 | ident.node, Sep 19 20:13:21.085 INFO kablam! | ^^^^ unknown field Sep 19 20:13:21.085 INFO kablam! | Sep 19 20:13:21.085 INFO kablam! = note: available fields are: `name`, `span` Sep 19 20:13:21.085 INFO kablam! Sep 19 20:13:21.087 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 20:13:21.087 INFO kablam! --> src/lib.rs:365:24 Sep 19 20:13:21.087 INFO kablam! | Sep 19 20:13:21.087 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:21.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 20:13:21.087 INFO kablam! Sep 19 20:13:21.104 INFO kablam! error[E0308]: mismatched types Sep 19 20:13:21.104 INFO kablam! --> src/lib.rs:157:20 Sep 19 20:13:21.104 INFO kablam! | Sep 19 20:13:21.104 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:21.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 20:13:21.104 INFO kablam! | Sep 19 20:13:21.104 INFO kablam! = note: expected type `&str` Sep 19 20:13:21.104 INFO kablam! found type `syntax::ast::Path` Sep 19 20:13:21.104 INFO kablam! Sep 19 20:13:21.105 INFO kablam! error[E0308]: mismatched types Sep 19 20:13:21.105 INFO kablam! --> src/lib.rs:163:17 Sep 19 20:13:21.105 INFO kablam! | Sep 19 20:13:21.105 INFO kablam! 163 | / SpannedIdent { Sep 19 20:13:21.105 INFO kablam! 164 | | node: Ident { name, ctxt: _ }, Sep 19 20:13:21.105 INFO kablam! 165 | | span: _, Sep 19 20:13:21.105 INFO kablam! 166 | | }, Sep 19 20:13:21.105 INFO kablam! | |_________________^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 19 20:13:21.105 INFO kablam! | Sep 19 20:13:21.105 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 19 20:13:21.105 INFO kablam! found type `syntax::source_map::Spanned` Sep 19 20:13:21.105 INFO kablam! Sep 19 20:13:21.105 INFO kablam! error[E0026]: struct `syntax::ast::Ident` does not have a field named `ctxt` Sep 19 20:13:21.105 INFO kablam! --> src/lib.rs:164:41 Sep 19 20:13:21.105 INFO kablam! | Sep 19 20:13:21.105 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 19 20:13:21.105 INFO kablam! | ^^^^^^^ struct `syntax::ast::Ident` does not have this field Sep 19 20:13:21.105 INFO kablam! Sep 19 20:13:21.105 INFO kablam! error[E0027]: pattern does not mention field `span` Sep 19 20:13:21.105 INFO kablam! --> src/lib.rs:164:27 Sep 19 20:13:21.105 INFO kablam! | Sep 19 20:13:21.105 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 19 20:13:21.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ missing field `span` Sep 19 20:13:21.105 INFO kablam! Sep 19 20:13:21.108 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 20:13:21.108 INFO kablam! --> src/lib.rs:214:37 Sep 19 20:13:21.108 INFO kablam! | Sep 19 20:13:21.108 INFO kablam! 214 | identifier: Ident::from_str("Vec"), Sep 19 20:13:21.108 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:21.108 INFO kablam! | Sep 19 20:13:21.108 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:21.108 INFO kablam! Sep 19 20:13:21.108 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 20:13:21.108 INFO kablam! --> src/lib.rs:215:37 Sep 19 20:13:21.108 INFO kablam! | Sep 19 20:13:21.108 INFO kablam! 215 | span: DUMMY_SP, Sep 19 20:13:21.108 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:21.108 INFO kablam! | Sep 19 20:13:21.108 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:21.108 INFO kablam! Sep 19 20:13:21.108 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 20:13:21.108 INFO kablam! --> src/lib.rs:216:37 Sep 19 20:13:21.108 INFO kablam! | Sep 19 20:13:21.108 INFO kablam! 216 | parameters: Some(P( Sep 19 20:13:21.108 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:21.108 INFO kablam! | Sep 19 20:13:21.108 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:21.108 INFO kablam! Sep 19 20:13:21.108 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 20:13:21.108 INFO kablam! --> src/lib.rs:225:61 Sep 19 20:13:21.108 INFO kablam! | Sep 19 20:13:21.108 INFO kablam! 225 | identifier: Ident::from_str("Rc"), Sep 19 20:13:21.108 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:21.108 INFO kablam! | Sep 19 20:13:21.108 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:21.108 INFO kablam! Sep 19 20:13:21.108 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 20:13:21.108 INFO kablam! --> src/lib.rs:226:61 Sep 19 20:13:21.108 INFO kablam! | Sep 19 20:13:21.108 INFO kablam! 226 | span: DUMMY_SP, Sep 19 20:13:21.108 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:21.108 INFO kablam! | Sep 19 20:13:21.108 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:21.108 INFO kablam! Sep 19 20:13:21.108 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 20:13:21.108 INFO kablam! --> src/lib.rs:227:61 Sep 19 20:13:21.108 INFO kablam! | Sep 19 20:13:21.108 INFO kablam! 227 | parameters: Some(P( Sep 19 20:13:21.109 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:21.109 INFO kablam! | Sep 19 20:13:21.109 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:21.109 INFO kablam! Sep 19 20:13:21.109 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 20:13:21.109 INFO kablam! --> src/lib.rs:236:85 Sep 19 20:13:21.109 INFO kablam! | Sep 19 20:13:21.109 INFO kablam! 236 | identifier: Ident::from_str("Fn"), Sep 19 20:13:21.109 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:21.109 INFO kablam! | Sep 19 20:13:21.109 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:21.109 INFO kablam! Sep 19 20:13:21.109 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 20:13:21.109 INFO kablam! --> src/lib.rs:237:85 Sep 19 20:13:21.109 INFO kablam! | Sep 19 20:13:21.109 INFO kablam! 237 | span: DUMMY_SP, Sep 19 20:13:21.109 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:21.109 INFO kablam! | Sep 19 20:13:21.109 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:21.109 INFO kablam! Sep 19 20:13:21.109 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 20:13:21.109 INFO kablam! --> src/lib.rs:238:85 Sep 19 20:13:21.109 INFO kablam! | Sep 19 20:13:21.109 INFO kablam! 238 | parameters: Some(P( Sep 19 20:13:21.109 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:21.109 INFO kablam! | Sep 19 20:13:21.109 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:21.109 INFO kablam! Sep 19 20:13:21.113 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 19 20:13:21.113 INFO kablam! --> src/lib.rs:302:59 Sep 19 20:13:21.113 INFO kablam! | Sep 19 20:13:21.113 INFO kablam! 302 | ident.node, Sep 19 20:13:21.113 INFO kablam! | ^^^^ unknown field Sep 19 20:13:21.113 INFO kablam! | Sep 19 20:13:21.113 INFO kablam! = note: available fields are: `name`, `span` Sep 19 20:13:21.113 INFO kablam! Sep 19 20:13:21.116 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 20:13:21.116 INFO kablam! --> src/lib.rs:365:24 Sep 19 20:13:21.116 INFO kablam! | Sep 19 20:13:21.116 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:21.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 20:13:21.116 INFO kablam! Sep 19 20:13:21.184 INFO kablam! error[E0308]: mismatched types Sep 19 20:13:21.184 INFO kablam! --> src/lib.rs:365:24 Sep 19 20:13:21.184 INFO kablam! | Sep 19 20:13:21.184 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:21.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 20:13:21.184 INFO kablam! | Sep 19 20:13:21.184 INFO kablam! = note: expected type `&str` Sep 19 20:13:21.184 INFO kablam! found type `syntax::ast::Path` Sep 19 20:13:21.184 INFO kablam! Sep 19 20:13:21.190 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 20:13:21.191 INFO kablam! --> src/lib.rs:400:22 Sep 19 20:13:21.191 INFO kablam! | Sep 19 20:13:21.191 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:21.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 20:13:21.191 INFO kablam! Sep 19 20:13:21.209 INFO kablam! error[E0308]: mismatched types Sep 19 20:13:21.209 INFO kablam! --> src/lib.rs:365:24 Sep 19 20:13:21.209 INFO kablam! | Sep 19 20:13:21.209 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:21.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 20:13:21.209 INFO kablam! | Sep 19 20:13:21.209 INFO kablam! = note: expected type `&str` Sep 19 20:13:21.209 INFO kablam! found type `syntax::ast::Path` Sep 19 20:13:21.209 INFO kablam! Sep 19 20:13:21.214 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 20:13:21.214 INFO kablam! --> src/lib.rs:400:22 Sep 19 20:13:21.214 INFO kablam! | Sep 19 20:13:21.214 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:21.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 20:13:21.214 INFO kablam! Sep 19 20:13:21.310 INFO kablam! error[E0308]: mismatched types Sep 19 20:13:21.310 INFO kablam! --> src/lib.rs:400:22 Sep 19 20:13:21.310 INFO kablam! | Sep 19 20:13:21.310 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:21.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 20:13:21.310 INFO kablam! | Sep 19 20:13:21.310 INFO kablam! = note: expected type `&str` Sep 19 20:13:21.310 INFO kablam! found type `syntax::ast::Path` Sep 19 20:13:21.310 INFO kablam! Sep 19 20:13:21.312 INFO kablam! error[E0308]: mismatched types Sep 19 20:13:21.312 INFO kablam! --> src/lib.rs:400:22 Sep 19 20:13:21.312 INFO kablam! | Sep 19 20:13:21.312 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:21.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 20:13:21.312 INFO kablam! | Sep 19 20:13:21.312 INFO kablam! = note: expected type `&str` Sep 19 20:13:21.312 INFO kablam! found type `syntax::ast::Path` Sep 19 20:13:21.312 INFO kablam! Sep 19 20:13:21.324 INFO kablam! error: aborting due to 22 previous errors Sep 19 20:13:21.325 INFO kablam! Sep 19 20:13:21.325 INFO kablam! Some errors occurred: E0026, E0027, E0061, E0277, E0308, E0432, E0560, E0609. Sep 19 20:13:21.325 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 19 20:13:21.325 INFO kablam! error: aborting due to 22 previous errors Sep 19 20:13:21.325 INFO kablam! Sep 19 20:13:21.325 INFO kablam! Some errors occurred: E0026, E0027, E0061, E0277, E0308, E0432, E0560, E0609. Sep 19 20:13:21.325 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 19 20:13:21.338 INFO kablam! error: Could not compile `sig-rs`. Sep 19 20:13:21.338 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 20:13:21.339 INFO kablam! error: Could not compile `sig-rs`. Sep 19 20:13:21.339 INFO kablam! Sep 19 20:13:21.339 INFO kablam! To learn more, run the command again with --verbose. Sep 19 20:13:21.340 INFO kablam! su: No module specific data is present Sep 19 20:13:21.754 INFO running `"docker" "rm" "-f" "6d5a91ac626bb4578f8bd09beda5df42d47082f2ec44fa5b6acf4fec51174ad0"` Sep 19 20:13:21.811 INFO blam! 6d5a91ac626bb4578f8bd09beda5df42d47082f2ec44fa5b6acf4fec51174ad0