Sep 19 20:13:17.688 INFO checking sig-rs-1.0.1 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 20:13:17.688 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 20:13:17.688 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-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:17.813 INFO blam! e9d31a188a3a7b3d11cbb2f6c38e58f4babf4b85ab5224be63456461981353eb Sep 19 20:13:17.814 INFO running `"docker" "start" "-a" "e9d31a188a3a7b3d11cbb2f6c38e58f4babf4b85ab5224be63456461981353eb"` Sep 19 20:13:19.086 INFO kablam! usermod: no changes Sep 19 20:13:19.118 INFO kablam! Checking sig-rs v1.0.1 (/source) Sep 19 20:13:20.106 INFO kablam! error[E0432]: unresolved imports `syntax::ast::AngleBracketedParameterData`, `syntax::ast::ParenthesizedParameterData`, `syntax::ast::PathParameters` Sep 19 20:13:20.106 INFO kablam! --> src/lib.rs:16:19 Sep 19 20:13:20.106 INFO kablam! | Sep 19 20:13:20.106 INFO kablam! 16 | use syntax::ast::{AngleBracketedParameterData, Attribute, Block, ExprKind, Sep 19 20:13:20.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 19 20:13:20.106 INFO kablam! 17 | FunctionRetTy, ImplItem, ImplItemKind, Item, ItemKind, Sep 19 20:13:20.106 INFO kablam! 18 | MetaItem, MethodSig, Mod, ParenthesizedParameterData, Sep 19 20:13:20.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 19 20:13:20.106 INFO kablam! 19 | PatKind, Path, PathParameters, PathSegment, SpannedIdent, Sep 19 20:13:20.106 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 19 20:13:20.106 INFO kablam! Sep 19 20:13:20.107 INFO kablam! error[E0432]: unresolved imports `syntax::ast::AngleBracketedParameterData`, `syntax::ast::ParenthesizedParameterData`, `syntax::ast::PathParameters` Sep 19 20:13:20.107 INFO kablam! --> src/lib.rs:16:19 Sep 19 20:13:20.107 INFO kablam! | Sep 19 20:13:20.107 INFO kablam! 16 | use syntax::ast::{AngleBracketedParameterData, Attribute, Block, ExprKind, Sep 19 20:13:20.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 19 20:13:20.107 INFO kablam! 17 | FunctionRetTy, ImplItem, ImplItemKind, Item, ItemKind, Sep 19 20:13:20.107 INFO kablam! 18 | MetaItem, MethodSig, Mod, ParenthesizedParameterData, Sep 19 20:13:20.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 19 20:13:20.107 INFO kablam! 19 | PatKind, Path, PathParameters, PathSegment, SpannedIdent, Sep 19 20:13:20.107 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 19 20:13:20.107 INFO kablam! Sep 19 20:13:20.175 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 20:13:20.175 INFO kablam! --> src/lib.rs:55:34 Sep 19 20:13:20.175 INFO kablam! | Sep 19 20:13:20.175 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 19 20:13:20.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 20:13:20.175 INFO kablam! Sep 19 20:13:20.178 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 20:13:20.178 INFO kablam! --> src/lib.rs:55:34 Sep 19 20:13:20.178 INFO kablam! | Sep 19 20:13:20.178 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 19 20:13:20.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 20:13:20.178 INFO kablam! Sep 19 20:13:20.182 INFO kablam! error[E0277]: can't compare `syntax::ast::Path` with `syntax::ast::Path` Sep 19 20:13:20.182 INFO kablam! --> src/lib.rs:55:30 Sep 19 20:13:20.182 INFO kablam! | Sep 19 20:13:20.182 INFO kablam! error[E0277]: can't compare `syntax::ast::Path` with `syntax::ast::Path` Sep 19 20:13:20.182 INFO kablam! --> src/lib.rs:55:30 Sep 19 20:13:20.182 INFO kablam! | Sep 19 20:13:20.182 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 19 20:13:20.182 INFO kablam! | ^^ no implementation for `syntax::ast::Path == syntax::ast::Path` Sep 19 20:13:20.182 INFO kablam! | Sep 19 20:13:20.182 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `syntax::ast::Path` Sep 19 20:13:20.182 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.182 INFO kablam! Sep 19 20:13:20.182 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 19 20:13:20.182 INFO kablam! | ^^ no implementation for `syntax::ast::Path == syntax::ast::Path` Sep 19 20:13:20.182 INFO kablam! | Sep 19 20:13:20.182 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `syntax::ast::Path` Sep 19 20:13:20.182 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.182 INFO kablam! Sep 19 20:13:20.184 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 20:13:20.184 INFO kablam! --> src/lib.rs:157:20 Sep 19 20:13:20.184 INFO kablam! | Sep 19 20:13:20.184 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:20.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 20:13:20.184 INFO kablam! Sep 19 20:13:20.187 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 20:13:20.187 INFO kablam! --> src/lib.rs:157:20 Sep 19 20:13:20.187 INFO kablam! | Sep 19 20:13:20.187 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:20.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 20:13:20.187 INFO kablam! Sep 19 20:13:20.426 INFO kablam! error[E0308]: mismatched types Sep 19 20:13:20.426 INFO kablam! --> src/lib.rs:157:20 Sep 19 20:13:20.426 INFO kablam! | Sep 19 20:13:20.426 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:20.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 20:13:20.426 INFO kablam! | Sep 19 20:13:20.426 INFO kablam! = note: expected type `&str` Sep 19 20:13:20.426 INFO kablam! found type `syntax::ast::Path` Sep 19 20:13:20.426 INFO kablam! Sep 19 20:13:20.426 INFO kablam! error[E0308]: mismatched types Sep 19 20:13:20.426 INFO kablam! --> src/lib.rs:163:17 Sep 19 20:13:20.426 INFO kablam! | Sep 19 20:13:20.426 INFO kablam! 163 | / SpannedIdent { Sep 19 20:13:20.426 INFO kablam! 164 | | node: Ident { name, ctxt: _ }, Sep 19 20:13:20.426 INFO kablam! 165 | | span: _, Sep 19 20:13:20.426 INFO kablam! 166 | | }, Sep 19 20:13:20.426 INFO kablam! | |_________________^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 19 20:13:20.426 INFO kablam! | Sep 19 20:13:20.426 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 19 20:13:20.426 INFO kablam! found type `syntax::source_map::Spanned` Sep 19 20:13:20.426 INFO kablam! Sep 19 20:13:20.426 INFO kablam! error[E0026]: struct `syntax::ast::Ident` does not have a field named `ctxt` Sep 19 20:13:20.426 INFO kablam! --> src/lib.rs:164:41 Sep 19 20:13:20.426 INFO kablam! | Sep 19 20:13:20.426 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 19 20:13:20.426 INFO kablam! | ^^^^^^^ struct `syntax::ast::Ident` does not have this field Sep 19 20:13:20.426 INFO kablam! Sep 19 20:13:20.426 INFO kablam! error[E0027]: pattern does not mention field `span` Sep 19 20:13:20.426 INFO kablam! --> src/lib.rs:164:27 Sep 19 20:13:20.426 INFO kablam! | Sep 19 20:13:20.426 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 19 20:13:20.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ missing field `span` Sep 19 20:13:20.426 INFO kablam! Sep 19 20:13:20.426 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 20:13:20.426 INFO kablam! --> src/lib.rs:214:37 Sep 19 20:13:20.426 INFO kablam! | Sep 19 20:13:20.426 INFO kablam! 214 | identifier: Ident::from_str("Vec"), Sep 19 20:13:20.426 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:20.426 INFO kablam! | Sep 19 20:13:20.426 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:20.426 INFO kablam! Sep 19 20:13:20.429 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 20:13:20.429 INFO kablam! --> src/lib.rs:215:37 Sep 19 20:13:20.429 INFO kablam! | Sep 19 20:13:20.429 INFO kablam! 215 | span: DUMMY_SP, Sep 19 20:13:20.429 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:20.429 INFO kablam! | Sep 19 20:13:20.429 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:20.429 INFO kablam! Sep 19 20:13:20.429 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 20:13:20.429 INFO kablam! --> src/lib.rs:216:37 Sep 19 20:13:20.429 INFO kablam! | Sep 19 20:13:20.429 INFO kablam! 216 | parameters: Some(P( Sep 19 20:13:20.429 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:20.429 INFO kablam! | Sep 19 20:13:20.429 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:20.429 INFO kablam! Sep 19 20:13:20.429 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 20:13:20.429 INFO kablam! --> src/lib.rs:225:61 Sep 19 20:13:20.429 INFO kablam! | Sep 19 20:13:20.429 INFO kablam! 225 | identifier: Ident::from_str("Rc"), Sep 19 20:13:20.429 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:20.429 INFO kablam! | Sep 19 20:13:20.429 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:20.429 INFO kablam! Sep 19 20:13:20.429 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 20:13:20.429 INFO kablam! --> src/lib.rs:226:61 Sep 19 20:13:20.429 INFO kablam! | Sep 19 20:13:20.430 INFO kablam! 226 | span: DUMMY_SP, Sep 19 20:13:20.430 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:20.430 INFO kablam! | Sep 19 20:13:20.430 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:20.430 INFO kablam! Sep 19 20:13:20.430 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 20:13:20.430 INFO kablam! --> src/lib.rs:227:61 Sep 19 20:13:20.430 INFO kablam! | Sep 19 20:13:20.430 INFO kablam! 227 | parameters: Some(P( Sep 19 20:13:20.430 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:20.430 INFO kablam! | Sep 19 20:13:20.430 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:20.430 INFO kablam! Sep 19 20:13:20.430 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 20:13:20.430 INFO kablam! --> src/lib.rs:236:85 Sep 19 20:13:20.430 INFO kablam! | Sep 19 20:13:20.430 INFO kablam! 236 | identifier: Ident::from_str("Fn"), Sep 19 20:13:20.430 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:20.430 INFO kablam! | Sep 19 20:13:20.430 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:20.430 INFO kablam! Sep 19 20:13:20.437 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 20:13:20.437 INFO kablam! --> src/lib.rs:237:85 Sep 19 20:13:20.437 INFO kablam! | Sep 19 20:13:20.437 INFO kablam! 237 | span: DUMMY_SP, Sep 19 20:13:20.437 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:20.437 INFO kablam! | Sep 19 20:13:20.437 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:20.437 INFO kablam! Sep 19 20:13:20.437 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 20:13:20.437 INFO kablam! --> src/lib.rs:238:85 Sep 19 20:13:20.437 INFO kablam! | Sep 19 20:13:20.437 INFO kablam! 238 | parameters: Some(P( Sep 19 20:13:20.437 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:20.437 INFO kablam! | Sep 19 20:13:20.437 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:20.437 INFO kablam! Sep 19 20:13:20.442 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 19 20:13:20.442 INFO kablam! --> src/lib.rs:302:59 Sep 19 20:13:20.442 INFO kablam! | Sep 19 20:13:20.442 INFO kablam! 302 | ident.node, Sep 19 20:13:20.442 INFO kablam! | ^^^^ unknown field Sep 19 20:13:20.442 INFO kablam! | Sep 19 20:13:20.442 INFO kablam! = note: available fields are: `name`, `span` Sep 19 20:13:20.442 INFO kablam! Sep 19 20:13:20.450 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 20:13:20.450 INFO kablam! --> src/lib.rs:365:24 Sep 19 20:13:20.450 INFO kablam! | Sep 19 20:13:20.450 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:20.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 20:13:20.450 INFO kablam! Sep 19 20:13:20.454 INFO kablam! error[E0308]: mismatched types Sep 19 20:13:20.454 INFO kablam! --> src/lib.rs:157:20 Sep 19 20:13:20.454 INFO kablam! | Sep 19 20:13:20.454 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:20.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 20:13:20.454 INFO kablam! | Sep 19 20:13:20.454 INFO kablam! = note: expected type `&str` Sep 19 20:13:20.454 INFO kablam! found type `syntax::ast::Path` Sep 19 20:13:20.454 INFO kablam! Sep 19 20:13:20.454 INFO kablam! error[E0308]: mismatched types Sep 19 20:13:20.454 INFO kablam! --> src/lib.rs:163:17 Sep 19 20:13:20.454 INFO kablam! | Sep 19 20:13:20.454 INFO kablam! 163 | / SpannedIdent { Sep 19 20:13:20.454 INFO kablam! 164 | | node: Ident { name, ctxt: _ }, Sep 19 20:13:20.454 INFO kablam! 165 | | span: _, Sep 19 20:13:20.454 INFO kablam! 166 | | }, Sep 19 20:13:20.454 INFO kablam! | |_________________^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 19 20:13:20.454 INFO kablam! | Sep 19 20:13:20.454 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 19 20:13:20.454 INFO kablam! found type `syntax::source_map::Spanned` Sep 19 20:13:20.454 INFO kablam! Sep 19 20:13:20.454 INFO kablam! error[E0026]: struct `syntax::ast::Ident` does not have a field named `ctxt` Sep 19 20:13:20.454 INFO kablam! --> src/lib.rs:164:41 Sep 19 20:13:20.454 INFO kablam! | Sep 19 20:13:20.454 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 19 20:13:20.454 INFO kablam! | ^^^^^^^ struct `syntax::ast::Ident` does not have this field Sep 19 20:13:20.454 INFO kablam! Sep 19 20:13:20.454 INFO kablam! error[E0027]: pattern does not mention field `span` Sep 19 20:13:20.454 INFO kablam! --> src/lib.rs:164:27 Sep 19 20:13:20.454 INFO kablam! | Sep 19 20:13:20.454 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 19 20:13:20.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ missing field `span` Sep 19 20:13:20.454 INFO kablam! Sep 19 20:13:20.462 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 20:13:20.462 INFO kablam! --> src/lib.rs:214:37 Sep 19 20:13:20.462 INFO kablam! | Sep 19 20:13:20.462 INFO kablam! 214 | identifier: Ident::from_str("Vec"), Sep 19 20:13:20.462 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:20.462 INFO kablam! | Sep 19 20:13:20.462 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:20.462 INFO kablam! Sep 19 20:13:20.466 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 20:13:20.466 INFO kablam! --> src/lib.rs:215:37 Sep 19 20:13:20.466 INFO kablam! | Sep 19 20:13:20.466 INFO kablam! 215 | span: DUMMY_SP, Sep 19 20:13:20.466 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:20.466 INFO kablam! | Sep 19 20:13:20.466 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:20.466 INFO kablam! Sep 19 20:13:20.466 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 20:13:20.466 INFO kablam! --> src/lib.rs:216:37 Sep 19 20:13:20.466 INFO kablam! | Sep 19 20:13:20.466 INFO kablam! 216 | parameters: Some(P( Sep 19 20:13:20.466 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:20.466 INFO kablam! | Sep 19 20:13:20.466 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:20.466 INFO kablam! Sep 19 20:13:20.466 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 20:13:20.466 INFO kablam! --> src/lib.rs:225:61 Sep 19 20:13:20.466 INFO kablam! | Sep 19 20:13:20.466 INFO kablam! 225 | identifier: Ident::from_str("Rc"), Sep 19 20:13:20.466 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:20.466 INFO kablam! | Sep 19 20:13:20.466 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:20.466 INFO kablam! Sep 19 20:13:20.466 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 20:13:20.466 INFO kablam! --> src/lib.rs:226:61 Sep 19 20:13:20.466 INFO kablam! | Sep 19 20:13:20.466 INFO kablam! 226 | span: DUMMY_SP, Sep 19 20:13:20.466 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:20.466 INFO kablam! | Sep 19 20:13:20.466 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:20.466 INFO kablam! Sep 19 20:13:20.466 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 20:13:20.466 INFO kablam! --> src/lib.rs:227:61 Sep 19 20:13:20.466 INFO kablam! | Sep 19 20:13:20.466 INFO kablam! 227 | parameters: Some(P( Sep 19 20:13:20.466 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:20.466 INFO kablam! | Sep 19 20:13:20.467 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:20.467 INFO kablam! Sep 19 20:13:20.467 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 20:13:20.467 INFO kablam! --> src/lib.rs:236:85 Sep 19 20:13:20.467 INFO kablam! | Sep 19 20:13:20.467 INFO kablam! 236 | identifier: Ident::from_str("Fn"), Sep 19 20:13:20.467 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:20.467 INFO kablam! | Sep 19 20:13:20.467 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:20.467 INFO kablam! Sep 19 20:13:20.467 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 20:13:20.467 INFO kablam! --> src/lib.rs:237:85 Sep 19 20:13:20.467 INFO kablam! | Sep 19 20:13:20.467 INFO kablam! 237 | span: DUMMY_SP, Sep 19 20:13:20.467 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:20.467 INFO kablam! | Sep 19 20:13:20.467 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:20.467 INFO kablam! Sep 19 20:13:20.467 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 20:13:20.467 INFO kablam! --> src/lib.rs:238:85 Sep 19 20:13:20.467 INFO kablam! | Sep 19 20:13:20.467 INFO kablam! 238 | parameters: Some(P( Sep 19 20:13:20.467 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 20:13:20.467 INFO kablam! | Sep 19 20:13:20.467 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 20:13:20.467 INFO kablam! Sep 19 20:13:20.478 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 19 20:13:20.478 INFO kablam! --> src/lib.rs:302:59 Sep 19 20:13:20.478 INFO kablam! | Sep 19 20:13:20.478 INFO kablam! 302 | ident.node, Sep 19 20:13:20.478 INFO kablam! | ^^^^ unknown field Sep 19 20:13:20.478 INFO kablam! | Sep 19 20:13:20.478 INFO kablam! = note: available fields are: `name`, `span` Sep 19 20:13:20.478 INFO kablam! Sep 19 20:13:20.482 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 20:13:20.482 INFO kablam! --> src/lib.rs:365:24 Sep 19 20:13:20.482 INFO kablam! | Sep 19 20:13:20.482 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:20.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 20:13:20.482 INFO kablam! Sep 19 20:13:20.604 INFO kablam! error[E0308]: mismatched types Sep 19 20:13:20.604 INFO kablam! --> src/lib.rs:365:24 Sep 19 20:13:20.604 INFO kablam! | Sep 19 20:13:20.604 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:20.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 20:13:20.604 INFO kablam! | Sep 19 20:13:20.604 INFO kablam! = note: expected type `&str` Sep 19 20:13:20.605 INFO kablam! found type `syntax::ast::Path` Sep 19 20:13:20.605 INFO kablam! Sep 19 20:13:20.610 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 20:13:20.610 INFO kablam! --> src/lib.rs:400:22 Sep 19 20:13:20.610 INFO kablam! | Sep 19 20:13:20.610 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:20.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 20:13:20.610 INFO kablam! Sep 19 20:13:20.612 INFO kablam! error[E0308]: mismatched types Sep 19 20:13:20.612 INFO kablam! --> src/lib.rs:365:24 Sep 19 20:13:20.612 INFO kablam! | Sep 19 20:13:20.612 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:20.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 20:13:20.612 INFO kablam! | Sep 19 20:13:20.612 INFO kablam! = note: expected type `&str` Sep 19 20:13:20.612 INFO kablam! found type `syntax::ast::Path` Sep 19 20:13:20.612 INFO kablam! Sep 19 20:13:20.617 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 20:13:20.617 INFO kablam! --> src/lib.rs:400:22 Sep 19 20:13:20.617 INFO kablam! | Sep 19 20:13:20.617 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:20.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 20:13:20.617 INFO kablam! Sep 19 20:13:20.715 INFO kablam! error[E0308]: mismatched types Sep 19 20:13:20.715 INFO kablam! --> src/lib.rs:400:22 Sep 19 20:13:20.715 INFO kablam! | Sep 19 20:13:20.715 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:20.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 20:13:20.715 INFO kablam! | Sep 19 20:13:20.715 INFO kablam! = note: expected type `&str` Sep 19 20:13:20.715 INFO kablam! found type `syntax::ast::Path` Sep 19 20:13:20.715 INFO kablam! Sep 19 20:13:20.726 INFO kablam! error: aborting due to 22 previous errors Sep 19 20:13:20.726 INFO kablam! Sep 19 20:13:20.726 INFO kablam! Some errors occurred: E0026, E0027, E0061, E0277, E0308, E0432, E0560, E0609. Sep 19 20:13:20.726 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 19 20:13:20.737 INFO kablam! error: Could not compile `sig-rs`. Sep 19 20:13:20.737 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 20:13:20.759 INFO kablam! error[E0308]: mismatched types Sep 19 20:13:20.759 INFO kablam! --> src/lib.rs:400:22 Sep 19 20:13:20.759 INFO kablam! | Sep 19 20:13:20.759 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 20:13:20.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 20:13:20.759 INFO kablam! | Sep 19 20:13:20.759 INFO kablam! = note: expected type `&str` Sep 19 20:13:20.759 INFO kablam! found type `syntax::ast::Path` Sep 19 20:13:20.759 INFO kablam! Sep 19 20:13:20.775 INFO kablam! error: aborting due to 22 previous errors Sep 19 20:13:20.775 INFO kablam! Sep 19 20:13:20.775 INFO kablam! Some errors occurred: E0026, E0027, E0061, E0277, E0308, E0432, E0560, E0609. Sep 19 20:13:20.775 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 19 20:13:20.790 INFO kablam! error: Could not compile `sig-rs`. Sep 19 20:13:20.790 INFO kablam! Sep 19 20:13:20.790 INFO kablam! To learn more, run the command again with --verbose. Sep 19 20:13:20.791 INFO kablam! su: No module specific data is present Sep 19 20:13:21.436 INFO running `"docker" "rm" "-f" "e9d31a188a3a7b3d11cbb2f6c38e58f4babf4b85ab5224be63456461981353eb"` Sep 19 20:13:21.493 INFO blam! e9d31a188a3a7b3d11cbb2f6c38e58f4babf4b85ab5224be63456461981353eb