Sep 19 18:15:44.641 INFO checking sig-rs-1.0.1 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 18:15:44.641 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 18:15:44.641 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:15:44.860 INFO blam! bc437310b68a7a3b00f7346dfb72fd4316c6d84376cc661a2b3faa78cf2e39a3 Sep 19 18:15:44.861 INFO running `"docker" "start" "-a" "bc437310b68a7a3b00f7346dfb72fd4316c6d84376cc661a2b3faa78cf2e39a3"` Sep 19 18:15:45.706 INFO kablam! usermod: no changes Sep 19 18:15:45.746 INFO kablam! Checking sig-rs v1.0.1 (/source) Sep 19 18:15:46.846 INFO kablam! error[E0432]: unresolved imports `syntax::ast::AngleBracketedParameterData`, `syntax::ast::ParenthesizedParameterData`, `syntax::ast::PathParameters` Sep 19 18:15:46.846 INFO kablam! --> src/lib.rs:16:19 Sep 19 18:15:46.846 INFO kablam! | Sep 19 18:15:46.846 INFO kablam! 16 | use syntax::ast::{AngleBracketedParameterData, Attribute, Block, ExprKind, Sep 19 18:15:46.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 19 18:15:46.846 INFO kablam! 17 | FunctionRetTy, ImplItem, ImplItemKind, Item, ItemKind, Sep 19 18:15:46.846 INFO kablam! 18 | MetaItem, MethodSig, Mod, ParenthesizedParameterData, Sep 19 18:15:46.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 19 18:15:46.846 INFO kablam! 19 | PatKind, Path, PathParameters, PathSegment, SpannedIdent, Sep 19 18:15:46.846 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 19 18:15:46.846 INFO kablam! Sep 19 18:15:46.927 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 18:15:46.927 INFO kablam! --> src/lib.rs:55:34 Sep 19 18:15:46.927 INFO kablam! | Sep 19 18:15:46.927 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 19 18:15:46.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 18:15:46.927 INFO kablam! Sep 19 18:15:46.928 INFO kablam! error[E0277]: can't compare `syntax::ast::Path` with `syntax::ast::Path` Sep 19 18:15:46.928 INFO kablam! --> src/lib.rs:55:30 Sep 19 18:15:46.928 INFO kablam! | Sep 19 18:15:46.928 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 19 18:15:46.928 INFO kablam! | ^^ no implementation for `syntax::ast::Path == syntax::ast::Path` Sep 19 18:15:46.928 INFO kablam! | Sep 19 18:15:46.928 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `syntax::ast::Path` Sep 19 18:15:46.928 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&syntax::ast::Path>` for `&syntax::ast::Path` Sep 19 18:15:46.928 INFO kablam! Sep 19 18:15:46.940 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 18:15:46.940 INFO kablam! --> src/lib.rs:157:20 Sep 19 18:15:46.940 INFO kablam! | Sep 19 18:15:46.940 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:46.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 18:15:46.940 INFO kablam! Sep 19 18:15:46.960 INFO kablam! error[E0432]: unresolved imports `syntax::ast::AngleBracketedParameterData`, `syntax::ast::ParenthesizedParameterData`, `syntax::ast::PathParameters` Sep 19 18:15:46.960 INFO kablam! --> src/lib.rs:16:19 Sep 19 18:15:46.960 INFO kablam! | Sep 19 18:15:46.960 INFO kablam! 16 | use syntax::ast::{AngleBracketedParameterData, Attribute, Block, ExprKind, Sep 19 18:15:46.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 19 18:15:46.960 INFO kablam! 17 | FunctionRetTy, ImplItem, ImplItemKind, Item, ItemKind, Sep 19 18:15:46.960 INFO kablam! 18 | MetaItem, MethodSig, Mod, ParenthesizedParameterData, Sep 19 18:15:46.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 19 18:15:46.960 INFO kablam! 19 | PatKind, Path, PathParameters, PathSegment, SpannedIdent, Sep 19 18:15:46.960 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 19 18:15:46.960 INFO kablam! Sep 19 18:15:47.018 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 18:15:47.018 INFO kablam! --> src/lib.rs:55:34 Sep 19 18:15:47.018 INFO kablam! | Sep 19 18:15:47.018 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 19 18:15:47.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 18:15:47.018 INFO kablam! Sep 19 18:15:47.019 INFO kablam! error[E0277]: can't compare `syntax::ast::Path` with `syntax::ast::Path` Sep 19 18:15:47.019 INFO kablam! --> src/lib.rs:55:30 Sep 19 18:15:47.019 INFO kablam! | Sep 19 18:15:47.019 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 19 18:15:47.019 INFO kablam! | ^^ no implementation for `syntax::ast::Path == syntax::ast::Path` Sep 19 18:15:47.019 INFO kablam! | Sep 19 18:15:47.019 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `syntax::ast::Path` Sep 19 18:15:47.019 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&syntax::ast::Path>` for `&syntax::ast::Path` Sep 19 18:15:47.019 INFO kablam! Sep 19 18:15:47.028 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 18:15:47.028 INFO kablam! --> src/lib.rs:157:20 Sep 19 18:15:47.028 INFO kablam! | Sep 19 18:15:47.028 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 18:15:47.028 INFO kablam! Sep 19 18:15:47.118 INFO kablam! error[E0308]: mismatched types Sep 19 18:15:47.119 INFO kablam! --> src/lib.rs:157:20 Sep 19 18:15:47.119 INFO kablam! | Sep 19 18:15:47.119 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 18:15:47.119 INFO kablam! | Sep 19 18:15:47.119 INFO kablam! = note: expected type `&str` Sep 19 18:15:47.119 INFO kablam! found type `syntax::ast::Path` Sep 19 18:15:47.119 INFO kablam! Sep 19 18:15:47.120 INFO kablam! error[E0308]: mismatched types Sep 19 18:15:47.120 INFO kablam! --> src/lib.rs:163:17 Sep 19 18:15:47.120 INFO kablam! | Sep 19 18:15:47.120 INFO kablam! 163 | / SpannedIdent { Sep 19 18:15:47.120 INFO kablam! 164 | | node: Ident { name, ctxt: _ }, Sep 19 18:15:47.120 INFO kablam! 165 | | span: _, Sep 19 18:15:47.120 INFO kablam! 166 | | }, Sep 19 18:15:47.120 INFO kablam! | |_________________^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 19 18:15:47.120 INFO kablam! | Sep 19 18:15:47.120 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 19 18:15:47.120 INFO kablam! found type `syntax::source_map::Spanned` Sep 19 18:15:47.120 INFO kablam! Sep 19 18:15:47.120 INFO kablam! error[E0026]: struct `syntax::ast::Ident` does not have a field named `ctxt` Sep 19 18:15:47.120 INFO kablam! --> src/lib.rs:164:41 Sep 19 18:15:47.120 INFO kablam! | Sep 19 18:15:47.120 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 19 18:15:47.120 INFO kablam! | ^^^^^^^ struct `syntax::ast::Ident` does not have this field Sep 19 18:15:47.120 INFO kablam! Sep 19 18:15:47.120 INFO kablam! error[E0027]: pattern does not mention field `span` Sep 19 18:15:47.120 INFO kablam! --> src/lib.rs:164:27 Sep 19 18:15:47.120 INFO kablam! | Sep 19 18:15:47.120 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 19 18:15:47.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ missing field `span` Sep 19 18:15:47.120 INFO kablam! Sep 19 18:15:47.124 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 18:15:47.124 INFO kablam! --> src/lib.rs:214:37 Sep 19 18:15:47.124 INFO kablam! | Sep 19 18:15:47.124 INFO kablam! 214 | identifier: Ident::from_str("Vec"), Sep 19 18:15:47.124 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.124 INFO kablam! | Sep 19 18:15:47.124 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.124 INFO kablam! Sep 19 18:15:47.124 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 18:15:47.124 INFO kablam! --> src/lib.rs:215:37 Sep 19 18:15:47.124 INFO kablam! | Sep 19 18:15:47.124 INFO kablam! 215 | span: DUMMY_SP, Sep 19 18:15:47.124 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.124 INFO kablam! | Sep 19 18:15:47.124 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.124 INFO kablam! Sep 19 18:15:47.124 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 18:15:47.124 INFO kablam! --> src/lib.rs:216:37 Sep 19 18:15:47.124 INFO kablam! | Sep 19 18:15:47.124 INFO kablam! 216 | parameters: Some(P( Sep 19 18:15:47.124 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.124 INFO kablam! | Sep 19 18:15:47.124 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.124 INFO kablam! Sep 19 18:15:47.125 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 18:15:47.125 INFO kablam! --> src/lib.rs:225:61 Sep 19 18:15:47.125 INFO kablam! | Sep 19 18:15:47.125 INFO kablam! 225 | identifier: Ident::from_str("Rc"), Sep 19 18:15:47.125 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.125 INFO kablam! | Sep 19 18:15:47.125 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.125 INFO kablam! Sep 19 18:15:47.125 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 18:15:47.125 INFO kablam! --> src/lib.rs:226:61 Sep 19 18:15:47.125 INFO kablam! | Sep 19 18:15:47.125 INFO kablam! 226 | span: DUMMY_SP, Sep 19 18:15:47.125 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.125 INFO kablam! | Sep 19 18:15:47.125 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.125 INFO kablam! Sep 19 18:15:47.125 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 18:15:47.125 INFO kablam! --> src/lib.rs:227:61 Sep 19 18:15:47.125 INFO kablam! | Sep 19 18:15:47.125 INFO kablam! 227 | parameters: Some(P( Sep 19 18:15:47.125 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.125 INFO kablam! | Sep 19 18:15:47.125 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.125 INFO kablam! Sep 19 18:15:47.126 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 18:15:47.126 INFO kablam! --> src/lib.rs:236:85 Sep 19 18:15:47.126 INFO kablam! | Sep 19 18:15:47.126 INFO kablam! 236 | identifier: Ident::from_str("Fn"), Sep 19 18:15:47.126 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.126 INFO kablam! | Sep 19 18:15:47.126 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.126 INFO kablam! Sep 19 18:15:47.126 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 18:15:47.126 INFO kablam! --> src/lib.rs:237:85 Sep 19 18:15:47.126 INFO kablam! | Sep 19 18:15:47.126 INFO kablam! 237 | span: DUMMY_SP, Sep 19 18:15:47.126 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.126 INFO kablam! | Sep 19 18:15:47.126 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.126 INFO kablam! Sep 19 18:15:47.126 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 18:15:47.126 INFO kablam! --> src/lib.rs:238:85 Sep 19 18:15:47.126 INFO kablam! | Sep 19 18:15:47.126 INFO kablam! 238 | parameters: Some(P( Sep 19 18:15:47.126 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.126 INFO kablam! | Sep 19 18:15:47.126 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.126 INFO kablam! Sep 19 18:15:47.131 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 19 18:15:47.131 INFO kablam! --> src/lib.rs:302:59 Sep 19 18:15:47.131 INFO kablam! | Sep 19 18:15:47.131 INFO kablam! 302 | ident.node, Sep 19 18:15:47.131 INFO kablam! | ^^^^ unknown field Sep 19 18:15:47.131 INFO kablam! | Sep 19 18:15:47.131 INFO kablam! = note: available fields are: `name`, `span` Sep 19 18:15:47.131 INFO kablam! Sep 19 18:15:47.135 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 18:15:47.135 INFO kablam! --> src/lib.rs:365:24 Sep 19 18:15:47.135 INFO kablam! | Sep 19 18:15:47.135 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 18:15:47.135 INFO kablam! Sep 19 18:15:47.226 INFO kablam! error[E0308]: mismatched types Sep 19 18:15:47.226 INFO kablam! --> src/lib.rs:157:20 Sep 19 18:15:47.226 INFO kablam! | Sep 19 18:15:47.226 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 18:15:47.226 INFO kablam! | Sep 19 18:15:47.227 INFO kablam! = note: expected type `&str` Sep 19 18:15:47.227 INFO kablam! found type `syntax::ast::Path` Sep 19 18:15:47.227 INFO kablam! Sep 19 18:15:47.228 INFO kablam! error[E0308]: mismatched types Sep 19 18:15:47.228 INFO kablam! --> src/lib.rs:163:17 Sep 19 18:15:47.228 INFO kablam! | Sep 19 18:15:47.228 INFO kablam! 163 | / SpannedIdent { Sep 19 18:15:47.228 INFO kablam! 164 | | node: Ident { name, ctxt: _ }, Sep 19 18:15:47.228 INFO kablam! 165 | | span: _, Sep 19 18:15:47.228 INFO kablam! 166 | | }, Sep 19 18:15:47.228 INFO kablam! | |_________________^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 19 18:15:47.228 INFO kablam! | Sep 19 18:15:47.228 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 19 18:15:47.228 INFO kablam! found type `syntax::source_map::Spanned` Sep 19 18:15:47.228 INFO kablam! Sep 19 18:15:47.228 INFO kablam! error[E0026]: struct `syntax::ast::Ident` does not have a field named `ctxt` Sep 19 18:15:47.228 INFO kablam! --> src/lib.rs:164:41 Sep 19 18:15:47.228 INFO kablam! | Sep 19 18:15:47.228 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 19 18:15:47.228 INFO kablam! | ^^^^^^^ struct `syntax::ast::Ident` does not have this field Sep 19 18:15:47.228 INFO kablam! Sep 19 18:15:47.228 INFO kablam! error[E0027]: pattern does not mention field `span` Sep 19 18:15:47.228 INFO kablam! --> src/lib.rs:164:27 Sep 19 18:15:47.228 INFO kablam! | Sep 19 18:15:47.228 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 19 18:15:47.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ missing field `span` Sep 19 18:15:47.228 INFO kablam! Sep 19 18:15:47.240 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 18:15:47.240 INFO kablam! --> src/lib.rs:214:37 Sep 19 18:15:47.242 INFO kablam! | Sep 19 18:15:47.242 INFO kablam! 214 | identifier: Ident::from_str("Vec"), Sep 19 18:15:47.242 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.242 INFO kablam! | Sep 19 18:15:47.242 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.242 INFO kablam! Sep 19 18:15:47.243 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 18:15:47.243 INFO kablam! --> src/lib.rs:215:37 Sep 19 18:15:47.243 INFO kablam! | Sep 19 18:15:47.243 INFO kablam! 215 | span: DUMMY_SP, Sep 19 18:15:47.243 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.243 INFO kablam! | Sep 19 18:15:47.243 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.243 INFO kablam! Sep 19 18:15:47.243 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 18:15:47.243 INFO kablam! --> src/lib.rs:216:37 Sep 19 18:15:47.243 INFO kablam! | Sep 19 18:15:47.243 INFO kablam! 216 | parameters: Some(P( Sep 19 18:15:47.243 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.243 INFO kablam! | Sep 19 18:15:47.243 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.243 INFO kablam! Sep 19 18:15:47.243 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 18:15:47.243 INFO kablam! --> src/lib.rs:225:61 Sep 19 18:15:47.243 INFO kablam! | Sep 19 18:15:47.243 INFO kablam! 225 | identifier: Ident::from_str("Rc"), Sep 19 18:15:47.243 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.243 INFO kablam! | Sep 19 18:15:47.243 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.243 INFO kablam! Sep 19 18:15:47.243 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 18:15:47.243 INFO kablam! --> src/lib.rs:226:61 Sep 19 18:15:47.243 INFO kablam! | Sep 19 18:15:47.243 INFO kablam! 226 | span: DUMMY_SP, Sep 19 18:15:47.243 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.243 INFO kablam! | Sep 19 18:15:47.243 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.243 INFO kablam! Sep 19 18:15:47.243 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 18:15:47.243 INFO kablam! --> src/lib.rs:227:61 Sep 19 18:15:47.243 INFO kablam! | Sep 19 18:15:47.243 INFO kablam! 227 | parameters: Some(P( Sep 19 18:15:47.243 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.243 INFO kablam! | Sep 19 18:15:47.243 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.243 INFO kablam! Sep 19 18:15:47.243 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 18:15:47.243 INFO kablam! --> src/lib.rs:236:85 Sep 19 18:15:47.243 INFO kablam! | Sep 19 18:15:47.243 INFO kablam! 236 | identifier: Ident::from_str("Fn"), Sep 19 18:15:47.243 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.243 INFO kablam! | Sep 19 18:15:47.243 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.243 INFO kablam! Sep 19 18:15:47.243 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 18:15:47.243 INFO kablam! --> src/lib.rs:237:85 Sep 19 18:15:47.243 INFO kablam! | Sep 19 18:15:47.243 INFO kablam! 237 | span: DUMMY_SP, Sep 19 18:15:47.243 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.243 INFO kablam! | Sep 19 18:15:47.244 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.244 INFO kablam! Sep 19 18:15:47.244 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 18:15:47.244 INFO kablam! --> src/lib.rs:238:85 Sep 19 18:15:47.244 INFO kablam! | Sep 19 18:15:47.244 INFO kablam! 238 | parameters: Some(P( Sep 19 18:15:47.244 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 18:15:47.244 INFO kablam! | Sep 19 18:15:47.244 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 18:15:47.244 INFO kablam! Sep 19 18:15:47.244 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 19 18:15:47.244 INFO kablam! --> src/lib.rs:302:59 Sep 19 18:15:47.244 INFO kablam! | Sep 19 18:15:47.244 INFO kablam! 302 | ident.node, Sep 19 18:15:47.244 INFO kablam! | ^^^^ unknown field Sep 19 18:15:47.244 INFO kablam! | Sep 19 18:15:47.244 INFO kablam! = note: available fields are: `name`, `span` Sep 19 18:15:47.244 INFO kablam! Sep 19 18:15:47.244 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 18:15:47.244 INFO kablam! --> src/lib.rs:365:24 Sep 19 18:15:47.244 INFO kablam! | Sep 19 18:15:47.244 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 18:15:47.244 INFO kablam! Sep 19 18:15:47.253 INFO kablam! error[E0308]: mismatched types Sep 19 18:15:47.253 INFO kablam! --> src/lib.rs:365:24 Sep 19 18:15:47.253 INFO kablam! | Sep 19 18:15:47.253 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 18:15:47.253 INFO kablam! | Sep 19 18:15:47.253 INFO kablam! = note: expected type `&str` Sep 19 18:15:47.253 INFO kablam! found type `syntax::ast::Path` Sep 19 18:15:47.253 INFO kablam! Sep 19 18:15:47.259 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 18:15:47.259 INFO kablam! --> src/lib.rs:400:22 Sep 19 18:15:47.259 INFO kablam! | Sep 19 18:15:47.259 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 18:15:47.259 INFO kablam! Sep 19 18:15:47.365 INFO kablam! error[E0308]: mismatched types Sep 19 18:15:47.365 INFO kablam! --> src/lib.rs:365:24 Sep 19 18:15:47.366 INFO kablam! | Sep 19 18:15:47.366 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 18:15:47.366 INFO kablam! | Sep 19 18:15:47.366 INFO kablam! = note: expected type `&str` Sep 19 18:15:47.366 INFO kablam! found type `syntax::ast::Path` Sep 19 18:15:47.366 INFO kablam! Sep 19 18:15:47.371 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 19 18:15:47.371 INFO kablam! --> src/lib.rs:400:22 Sep 19 18:15:47.371 INFO kablam! | Sep 19 18:15:47.371 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 19 18:15:47.371 INFO kablam! Sep 19 18:15:47.391 INFO kablam! error[E0308]: mismatched types Sep 19 18:15:47.391 INFO kablam! --> src/lib.rs:400:22 Sep 19 18:15:47.391 INFO kablam! | Sep 19 18:15:47.391 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 18:15:47.391 INFO kablam! | Sep 19 18:15:47.391 INFO kablam! = note: expected type `&str` Sep 19 18:15:47.391 INFO kablam! found type `syntax::ast::Path` Sep 19 18:15:47.391 INFO kablam! Sep 19 18:15:47.412 INFO kablam! error: aborting due to 22 previous errors Sep 19 18:15:47.412 INFO kablam! Sep 19 18:15:47.412 INFO kablam! Some errors occurred: E0026, E0027, E0061, E0277, E0308, E0432, E0560, E0609. Sep 19 18:15:47.412 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 19 18:15:47.417 INFO kablam! error: Could not compile `sig-rs`. Sep 19 18:15:47.417 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 18:15:47.505 INFO kablam! error[E0308]: mismatched types Sep 19 18:15:47.505 INFO kablam! --> src/lib.rs:400:22 Sep 19 18:15:47.505 INFO kablam! | Sep 19 18:15:47.505 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 19 18:15:47.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 19 18:15:47.505 INFO kablam! | Sep 19 18:15:47.505 INFO kablam! = note: expected type `&str` Sep 19 18:15:47.505 INFO kablam! found type `syntax::ast::Path` Sep 19 18:15:47.506 INFO kablam! Sep 19 18:15:47.521 INFO kablam! error: aborting due to 22 previous errors Sep 19 18:15:47.521 INFO kablam! Sep 19 18:15:47.521 INFO kablam! Some errors occurred: E0026, E0027, E0061, E0277, E0308, E0432, E0560, E0609. Sep 19 18:15:47.521 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 19 18:15:47.536 INFO kablam! error: Could not compile `sig-rs`. Sep 19 18:15:47.536 INFO kablam! Sep 19 18:15:47.536 INFO kablam! To learn more, run the command again with --verbose. Sep 19 18:15:47.537 INFO kablam! su: No module specific data is present Sep 19 18:15:47.989 INFO running `"docker" "rm" "-f" "bc437310b68a7a3b00f7346dfb72fd4316c6d84376cc661a2b3faa78cf2e39a3"` Sep 19 18:15:48.060 INFO blam! bc437310b68a7a3b00f7346dfb72fd4316c6d84376cc661a2b3faa78cf2e39a3