Sep 01 23:55:18.338 INFO checking sig-rs-1.0.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 23:55:18.338 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 23:55:18.338 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 23:55:18.525 INFO blam! d727c4a8735e909fba802953d6beb80b49d053226d6a40fb6d464e54319d6c2c Sep 01 23:55:18.527 INFO running `"docker" "start" "-a" "d727c4a8735e909fba802953d6beb80b49d053226d6a40fb6d464e54319d6c2c"` Sep 01 23:55:19.131 INFO kablam! Checking sig-rs v1.0.1 (file:///source) Sep 01 23:55:21.737 INFO kablam! error[E0432]: unresolved import `syntax::ast::AngleBracketedParameterData` Sep 01 23:55:21.737 INFO kablam! --> src/lib.rs:16:19 Sep 01 23:55:21.737 INFO kablam! | Sep 01 23:55:21.737 INFO kablam! 16 | use syntax::ast::{AngleBracketedParameterData, Attribute, Block, ExprKind, Sep 01 23:55:21.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 01 23:55:21.737 INFO kablam! Sep 01 23:55:21.737 INFO kablam! error[E0432]: unresolved import `syntax::ast::ParenthesizedParameterData` Sep 01 23:55:21.737 INFO kablam! --> src/lib.rs:18:45 Sep 01 23:55:21.737 INFO kablam! | Sep 01 23:55:21.737 INFO kablam! 18 | MetaItem, MethodSig, Mod, ParenthesizedParameterData, Sep 01 23:55:21.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 01 23:55:21.737 INFO kablam! Sep 01 23:55:21.737 INFO kablam! error[E0432]: unresolved import `syntax::ast::PathParameters` Sep 01 23:55:21.737 INFO kablam! --> src/lib.rs:19:34 Sep 01 23:55:21.737 INFO kablam! | Sep 01 23:55:21.737 INFO kablam! 19 | PatKind, Path, PathParameters, PathSegment, SpannedIdent, Sep 01 23:55:21.738 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 01 23:55:21.738 INFO kablam! Sep 01 23:55:21.890 INFO kablam! error[E0432]: unresolved import `syntax::ast::AngleBracketedParameterData` Sep 01 23:55:21.890 INFO kablam! --> src/lib.rs:16:19 Sep 01 23:55:21.890 INFO kablam! | Sep 01 23:55:21.890 INFO kablam! 16 | use syntax::ast::{AngleBracketedParameterData, Attribute, Block, ExprKind, Sep 01 23:55:21.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 01 23:55:21.890 INFO kablam! Sep 01 23:55:21.890 INFO kablam! error[E0432]: unresolved import `syntax::ast::ParenthesizedParameterData` Sep 01 23:55:21.891 INFO kablam! --> src/lib.rs:18:45 Sep 01 23:55:21.891 INFO kablam! | Sep 01 23:55:21.891 INFO kablam! 18 | MetaItem, MethodSig, Mod, ParenthesizedParameterData, Sep 01 23:55:21.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 01 23:55:21.891 INFO kablam! Sep 01 23:55:21.891 INFO kablam! error[E0432]: unresolved import `syntax::ast::PathParameters` Sep 01 23:55:21.891 INFO kablam! --> src/lib.rs:19:34 Sep 01 23:55:21.891 INFO kablam! | Sep 01 23:55:21.891 INFO kablam! 19 | PatKind, Path, PathParameters, PathSegment, SpannedIdent, Sep 01 23:55:21.891 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 01 23:55:21.891 INFO kablam! Sep 01 23:55:21.896 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 01 23:55:21.896 INFO kablam! --> src/lib.rs:55:34 Sep 01 23:55:21.896 INFO kablam! | Sep 01 23:55:21.896 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 01 23:55:21.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 01 23:55:21.897 INFO kablam! Sep 01 23:55:21.897 INFO kablam! error[E0277]: can't compare `syntax::ast::Path` with `syntax::ast::Path` Sep 01 23:55:21.897 INFO kablam! --> src/lib.rs:55:30 Sep 01 23:55:21.898 INFO kablam! | Sep 01 23:55:21.898 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 01 23:55:21.898 INFO kablam! | ^^ no implementation for `syntax::ast::Path == syntax::ast::Path` Sep 01 23:55:21.898 INFO kablam! | Sep 01 23:55:21.898 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `syntax::ast::Path` Sep 01 23:55:21.898 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&syntax::ast::Path>` for `&syntax::ast::Path` Sep 01 23:55:21.898 INFO kablam! Sep 01 23:55:21.930 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 01 23:55:21.931 INFO kablam! --> src/lib.rs:157:20 Sep 01 23:55:21.931 INFO kablam! | Sep 01 23:55:21.931 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 23:55:21.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 01 23:55:21.931 INFO kablam! Sep 01 23:55:22.029 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 01 23:55:22.030 INFO kablam! --> src/lib.rs:55:34 Sep 01 23:55:22.030 INFO kablam! | Sep 01 23:55:22.030 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 01 23:55:22.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 01 23:55:22.030 INFO kablam! Sep 01 23:55:22.031 INFO kablam! error[E0277]: can't compare `syntax::ast::Path` with `syntax::ast::Path` Sep 01 23:55:22.031 INFO kablam! --> src/lib.rs:55:30 Sep 01 23:55:22.031 INFO kablam! | Sep 01 23:55:22.031 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 01 23:55:22.031 INFO kablam! | ^^ no implementation for `syntax::ast::Path == syntax::ast::Path` Sep 01 23:55:22.031 INFO kablam! | Sep 01 23:55:22.031 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `syntax::ast::Path` Sep 01 23:55:22.031 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&syntax::ast::Path>` for `&syntax::ast::Path` Sep 01 23:55:22.031 INFO kablam! Sep 01 23:55:22.051 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 01 23:55:22.051 INFO kablam! --> src/lib.rs:157:20 Sep 01 23:55:22.051 INFO kablam! | Sep 01 23:55:22.051 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 23:55:22.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 01 23:55:22.051 INFO kablam! Sep 01 23:55:22.312 INFO kablam! error[E0308]: mismatched types Sep 01 23:55:22.312 INFO kablam! --> src/lib.rs:157:20 Sep 01 23:55:22.312 INFO kablam! | Sep 01 23:55:22.312 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 23:55:22.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 01 23:55:22.312 INFO kablam! | Sep 01 23:55:22.312 INFO kablam! = note: expected type `&str` Sep 01 23:55:22.312 INFO kablam! found type `syntax::ast::Path` Sep 01 23:55:22.312 INFO kablam! Sep 01 23:55:22.315 INFO kablam! error[E0308]: mismatched types Sep 01 23:55:22.315 INFO kablam! --> src/lib.rs:163:17 Sep 01 23:55:22.315 INFO kablam! | Sep 01 23:55:22.315 INFO kablam! 163 | / SpannedIdent { Sep 01 23:55:22.315 INFO kablam! 164 | | node: Ident { name, ctxt: _ }, Sep 01 23:55:22.315 INFO kablam! 165 | | span: _, Sep 01 23:55:22.315 INFO kablam! 166 | | }, Sep 01 23:55:22.315 INFO kablam! | |_________________^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 01 23:55:22.315 INFO kablam! | Sep 01 23:55:22.315 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 01 23:55:22.315 INFO kablam! found type `syntax::source_map::Spanned` Sep 01 23:55:22.315 INFO kablam! Sep 01 23:55:22.315 INFO kablam! error[E0026]: struct `syntax::ast::Ident` does not have a field named `ctxt` Sep 01 23:55:22.316 INFO kablam! --> src/lib.rs:164:41 Sep 01 23:55:22.316 INFO kablam! | Sep 01 23:55:22.316 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 01 23:55:22.316 INFO kablam! | ^^^^^^^ struct `syntax::ast::Ident` does not have this field Sep 01 23:55:22.316 INFO kablam! Sep 01 23:55:22.316 INFO kablam! error[E0027]: pattern does not mention field `span` Sep 01 23:55:22.316 INFO kablam! --> src/lib.rs:164:27 Sep 01 23:55:22.316 INFO kablam! | Sep 01 23:55:22.316 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 01 23:55:22.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ missing field `span` Sep 01 23:55:22.316 INFO kablam! Sep 01 23:55:22.323 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 23:55:22.323 INFO kablam! --> src/lib.rs:214:37 Sep 01 23:55:22.323 INFO kablam! | Sep 01 23:55:22.323 INFO kablam! 214 | identifier: Ident::from_str("Vec"), Sep 01 23:55:22.323 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 23:55:22.323 INFO kablam! | Sep 01 23:55:22.323 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 23:55:22.323 INFO kablam! Sep 01 23:55:22.324 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 23:55:22.324 INFO kablam! --> src/lib.rs:215:37 Sep 01 23:55:22.324 INFO kablam! | Sep 01 23:55:22.324 INFO kablam! 215 | span: DUMMY_SP, Sep 01 23:55:22.324 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 23:55:22.324 INFO kablam! | Sep 01 23:55:22.324 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 23:55:22.324 INFO kablam! Sep 01 23:55:22.324 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 23:55:22.324 INFO kablam! --> src/lib.rs:216:37 Sep 01 23:55:22.324 INFO kablam! | Sep 01 23:55:22.324 INFO kablam! 216 | parameters: Some(P( Sep 01 23:55:22.324 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 23:55:22.324 INFO kablam! | Sep 01 23:55:22.324 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 23:55:22.324 INFO kablam! Sep 01 23:55:22.324 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 23:55:22.325 INFO kablam! --> src/lib.rs:225:61 Sep 01 23:55:22.325 INFO kablam! | Sep 01 23:55:22.325 INFO kablam! 225 | identifier: Ident::from_str("Rc"), Sep 01 23:55:22.325 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 23:55:22.325 INFO kablam! | Sep 01 23:55:22.325 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 23:55:22.325 INFO kablam! Sep 01 23:55:22.325 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 23:55:22.325 INFO kablam! --> src/lib.rs:226:61 Sep 01 23:55:22.325 INFO kablam! | Sep 01 23:55:22.325 INFO kablam! 226 | span: DUMMY_SP, Sep 01 23:55:22.325 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 23:55:22.325 INFO kablam! | Sep 01 23:55:22.325 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 23:55:22.325 INFO kablam! Sep 01 23:55:22.325 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 23:55:22.325 INFO kablam! --> src/lib.rs:227:61 Sep 01 23:55:22.325 INFO kablam! | Sep 01 23:55:22.325 INFO kablam! 227 | parameters: Some(P( Sep 01 23:55:22.325 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 23:55:22.326 INFO kablam! | Sep 01 23:55:22.326 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 23:55:22.326 INFO kablam! Sep 01 23:55:22.326 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 23:55:22.326 INFO kablam! --> src/lib.rs:236:85 Sep 01 23:55:22.326 INFO kablam! | Sep 01 23:55:22.326 INFO kablam! 236 | identifier: Ident::from_str("Fn"), Sep 01 23:55:22.326 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 23:55:22.326 INFO kablam! | Sep 01 23:55:22.326 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 23:55:22.327 INFO kablam! Sep 01 23:55:22.327 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 23:55:22.327 INFO kablam! --> src/lib.rs:237:85 Sep 01 23:55:22.327 INFO kablam! | Sep 01 23:55:22.327 INFO kablam! 237 | span: DUMMY_SP, Sep 01 23:55:22.327 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 23:55:22.327 INFO kablam! | Sep 01 23:55:22.327 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 23:55:22.327 INFO kablam! Sep 01 23:55:22.327 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 23:55:22.327 INFO kablam! --> src/lib.rs:238:85 Sep 01 23:55:22.327 INFO kablam! | Sep 01 23:55:22.327 INFO kablam! 238 | parameters: Some(P( Sep 01 23:55:22.327 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 23:55:22.327 INFO kablam! | Sep 01 23:55:22.327 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 23:55:22.327 INFO kablam! Sep 01 23:55:22.337 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 01 23:55:22.338 INFO kablam! --> src/lib.rs:302:59 Sep 01 23:55:22.338 INFO kablam! | Sep 01 23:55:22.338 INFO kablam! 302 | ident.node, Sep 01 23:55:22.338 INFO kablam! | ^^^^ unknown field Sep 01 23:55:22.338 INFO kablam! | Sep 01 23:55:22.338 INFO kablam! = note: available fields are: `name`, `span` Sep 01 23:55:22.338 INFO kablam! Sep 01 23:55:22.347 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 01 23:55:22.347 INFO kablam! --> src/lib.rs:365:24 Sep 01 23:55:22.347 INFO kablam! | Sep 01 23:55:22.347 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 23:55:22.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 01 23:55:22.347 INFO kablam! Sep 01 23:55:22.367 INFO kablam! error[E0308]: mismatched types Sep 01 23:55:22.367 INFO kablam! --> src/lib.rs:157:20 Sep 01 23:55:22.367 INFO kablam! | Sep 01 23:55:22.367 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 23:55:22.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 01 23:55:22.367 INFO kablam! | Sep 01 23:55:22.367 INFO kablam! = note: expected type `&str` Sep 01 23:55:22.367 INFO kablam! found type `syntax::ast::Path` Sep 01 23:55:22.367 INFO kablam! Sep 01 23:55:22.369 INFO kablam! error[E0308]: mismatched types Sep 01 23:55:22.370 INFO kablam! --> src/lib.rs:163:17 Sep 01 23:55:22.370 INFO kablam! | Sep 01 23:55:22.370 INFO kablam! 163 | / SpannedIdent { Sep 01 23:55:22.370 INFO kablam! 164 | | node: Ident { name, ctxt: _ }, Sep 01 23:55:22.370 INFO kablam! 165 | | span: _, Sep 01 23:55:22.370 INFO kablam! 166 | | }, Sep 01 23:55:22.370 INFO kablam! | |_________________^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 01 23:55:22.370 INFO kablam! | Sep 01 23:55:22.370 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 01 23:55:22.370 INFO kablam! found type `syntax::source_map::Spanned` Sep 01 23:55:22.370 INFO kablam! Sep 01 23:55:22.370 INFO kablam! error[E0026]: struct `syntax::ast::Ident` does not have a field named `ctxt` Sep 01 23:55:22.370 INFO kablam! --> src/lib.rs:164:41 Sep 01 23:55:22.370 INFO kablam! | Sep 01 23:55:22.370 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 01 23:55:22.370 INFO kablam! | ^^^^^^^ struct `syntax::ast::Ident` does not have this field Sep 01 23:55:22.370 INFO kablam! Sep 01 23:55:22.370 INFO kablam! error[E0027]: pattern does not mention field `span` Sep 01 23:55:22.370 INFO kablam! --> src/lib.rs:164:27 Sep 01 23:55:22.371 INFO kablam! | Sep 01 23:55:22.371 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 01 23:55:22.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ missing field `span` Sep 01 23:55:22.371 INFO kablam! Sep 01 23:55:22.376 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 23:55:22.376 INFO kablam! --> src/lib.rs:214:37 Sep 01 23:55:22.377 INFO kablam! | Sep 01 23:55:22.377 INFO kablam! 214 | identifier: Ident::from_str("Vec"), Sep 01 23:55:22.377 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 23:55:22.377 INFO kablam! | Sep 01 23:55:22.377 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 23:55:22.377 INFO kablam! Sep 01 23:55:22.377 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 23:55:22.377 INFO kablam! --> src/lib.rs:215:37 Sep 01 23:55:22.377 INFO kablam! | Sep 01 23:55:22.377 INFO kablam! 215 | span: DUMMY_SP, Sep 01 23:55:22.377 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 23:55:22.377 INFO kablam! | Sep 01 23:55:22.377 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 23:55:22.378 INFO kablam! Sep 01 23:55:22.378 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 23:55:22.378 INFO kablam! --> src/lib.rs:216:37 Sep 01 23:55:22.378 INFO kablam! | Sep 01 23:55:22.378 INFO kablam! 216 | parameters: Some(P( Sep 01 23:55:22.378 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 23:55:22.378 INFO kablam! | Sep 01 23:55:22.378 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 23:55:22.378 INFO kablam! Sep 01 23:55:22.378 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 23:55:22.378 INFO kablam! --> src/lib.rs:225:61 Sep 01 23:55:22.378 INFO kablam! | Sep 01 23:55:22.378 INFO kablam! 225 | identifier: Ident::from_str("Rc"), Sep 01 23:55:22.378 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 23:55:22.378 INFO kablam! | Sep 01 23:55:22.378 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 23:55:22.378 INFO kablam! Sep 01 23:55:22.379 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 23:55:22.379 INFO kablam! --> src/lib.rs:226:61 Sep 01 23:55:22.379 INFO kablam! | Sep 01 23:55:22.379 INFO kablam! 226 | span: DUMMY_SP, Sep 01 23:55:22.379 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 23:55:22.379 INFO kablam! | Sep 01 23:55:22.379 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 23:55:22.379 INFO kablam! Sep 01 23:55:22.379 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 23:55:22.379 INFO kablam! --> src/lib.rs:227:61 Sep 01 23:55:22.379 INFO kablam! | Sep 01 23:55:22.379 INFO kablam! 227 | parameters: Some(P( Sep 01 23:55:22.379 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 23:55:22.379 INFO kablam! | Sep 01 23:55:22.380 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 23:55:22.380 INFO kablam! Sep 01 23:55:22.380 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 23:55:22.380 INFO kablam! --> src/lib.rs:236:85 Sep 01 23:55:22.380 INFO kablam! | Sep 01 23:55:22.380 INFO kablam! 236 | identifier: Ident::from_str("Fn"), Sep 01 23:55:22.380 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 23:55:22.380 INFO kablam! | Sep 01 23:55:22.380 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 23:55:22.380 INFO kablam! Sep 01 23:55:22.380 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 23:55:22.380 INFO kablam! --> src/lib.rs:237:85 Sep 01 23:55:22.380 INFO kablam! | Sep 01 23:55:22.380 INFO kablam! 237 | span: DUMMY_SP, Sep 01 23:55:22.380 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 23:55:22.380 INFO kablam! | Sep 01 23:55:22.381 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 23:55:22.381 INFO kablam! Sep 01 23:55:22.381 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 23:55:22.381 INFO kablam! --> src/lib.rs:238:85 Sep 01 23:55:22.381 INFO kablam! | Sep 01 23:55:22.381 INFO kablam! 238 | parameters: Some(P( Sep 01 23:55:22.381 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 23:55:22.381 INFO kablam! | Sep 01 23:55:22.381 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 23:55:22.381 INFO kablam! Sep 01 23:55:22.389 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 01 23:55:22.389 INFO kablam! --> src/lib.rs:302:59 Sep 01 23:55:22.389 INFO kablam! | Sep 01 23:55:22.389 INFO kablam! 302 | ident.node, Sep 01 23:55:22.389 INFO kablam! | ^^^^ unknown field Sep 01 23:55:22.389 INFO kablam! | Sep 01 23:55:22.389 INFO kablam! = note: available fields are: `name`, `span` Sep 01 23:55:22.389 INFO kablam! Sep 01 23:55:22.395 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 01 23:55:22.395 INFO kablam! --> src/lib.rs:365:24 Sep 01 23:55:22.395 INFO kablam! | Sep 01 23:55:22.396 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 23:55:22.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 01 23:55:22.396 INFO kablam! Sep 01 23:55:22.496 INFO kablam! error[E0308]: mismatched types Sep 01 23:55:22.496 INFO kablam! --> src/lib.rs:365:24 Sep 01 23:55:22.497 INFO kablam! | Sep 01 23:55:22.497 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 23:55:22.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 01 23:55:22.497 INFO kablam! | Sep 01 23:55:22.497 INFO kablam! = note: expected type `&str` Sep 01 23:55:22.497 INFO kablam! found type `syntax::ast::Path` Sep 01 23:55:22.497 INFO kablam! Sep 01 23:55:22.512 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 01 23:55:22.512 INFO kablam! --> src/lib.rs:400:22 Sep 01 23:55:22.512 INFO kablam! | Sep 01 23:55:22.512 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 23:55:22.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 01 23:55:22.512 INFO kablam! Sep 01 23:55:22.550 INFO kablam! error[E0308]: mismatched types Sep 01 23:55:22.551 INFO kablam! --> src/lib.rs:365:24 Sep 01 23:55:22.551 INFO kablam! | Sep 01 23:55:22.551 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 23:55:22.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 01 23:55:22.551 INFO kablam! | Sep 01 23:55:22.551 INFO kablam! = note: expected type `&str` Sep 01 23:55:22.551 INFO kablam! found type `syntax::ast::Path` Sep 01 23:55:22.551 INFO kablam! Sep 01 23:55:22.560 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 01 23:55:22.560 INFO kablam! --> src/lib.rs:400:22 Sep 01 23:55:22.560 INFO kablam! | Sep 01 23:55:22.560 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 23:55:22.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 01 23:55:22.560 INFO kablam! Sep 01 23:55:22.671 INFO kablam! error[E0308]: mismatched types Sep 01 23:55:22.671 INFO kablam! --> src/lib.rs:400:22 Sep 01 23:55:22.671 INFO kablam! | Sep 01 23:55:22.671 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 23:55:22.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 01 23:55:22.672 INFO kablam! | Sep 01 23:55:22.672 INFO kablam! = note: expected type `&str` Sep 01 23:55:22.672 INFO kablam! found type `syntax::ast::Path` Sep 01 23:55:22.672 INFO kablam! Sep 01 23:55:22.698 INFO kablam! error: aborting due to 24 previous errors Sep 01 23:55:22.699 INFO kablam! Sep 01 23:55:22.699 INFO kablam! Some errors occurred: E0026, E0027, E0061, E0277, E0308, E0432, E0560, E0609. Sep 01 23:55:22.699 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 01 23:55:22.717 INFO kablam! error: Could not compile `sig-rs`. Sep 01 23:55:22.717 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 23:55:22.730 INFO kablam! error[E0308]: mismatched types Sep 01 23:55:22.730 INFO kablam! --> src/lib.rs:400:22 Sep 01 23:55:22.730 INFO kablam! | Sep 01 23:55:22.730 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 23:55:22.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 01 23:55:22.730 INFO kablam! | Sep 01 23:55:22.730 INFO kablam! = note: expected type `&str` Sep 01 23:55:22.730 INFO kablam! found type `syntax::ast::Path` Sep 01 23:55:22.730 INFO kablam! Sep 01 23:55:22.749 INFO kablam! error: aborting due to 24 previous errors Sep 01 23:55:22.749 INFO kablam! Sep 01 23:55:22.749 INFO kablam! Some errors occurred: E0026, E0027, E0061, E0277, E0308, E0432, E0560, E0609. Sep 01 23:55:22.749 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 01 23:55:22.765 INFO kablam! error: Could not compile `sig-rs`. Sep 01 23:55:22.765 INFO kablam! Sep 01 23:55:22.765 INFO kablam! To learn more, run the command again with --verbose. Sep 01 23:55:22.766 INFO kablam! su: No module specific data is present Sep 01 23:55:23.198 INFO running `"docker" "rm" "-f" "d727c4a8735e909fba802953d6beb80b49d053226d6a40fb6d464e54319d6c2c"` Sep 01 23:55:23.302 INFO blam! d727c4a8735e909fba802953d6beb80b49d053226d6a40fb6d464e54319d6c2c