Sep 14 09:04:15.396 INFO checking sig-rs-1.0.1 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 09:04:15.396 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 09:04:15.396 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 09:04:15.623 INFO blam! 862ab8b122957b6b6c5e2b4aa57fac9adc46c7ee0983ae347b6abb4ab2830edc Sep 14 09:04:15.625 INFO running `"docker" "start" "-a" "862ab8b122957b6b6c5e2b4aa57fac9adc46c7ee0983ae347b6abb4ab2830edc"` Sep 14 09:04:16.246 INFO kablam! usermod: no changes Sep 14 09:04:16.266 INFO kablam! Checking sig-rs v1.0.1 (file:///source) Sep 14 09:04:17.227 INFO kablam! error[E0432]: unresolved imports `syntax::ast::AngleBracketedParameterData`, `syntax::ast::ParenthesizedParameterData`, `syntax::ast::PathParameters` Sep 14 09:04:17.227 INFO kablam! --> src/lib.rs:16:19 Sep 14 09:04:17.227 INFO kablam! | Sep 14 09:04:17.227 INFO kablam! 16 | use syntax::ast::{AngleBracketedParameterData, Attribute, Block, ExprKind, Sep 14 09:04:17.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 14 09:04:17.228 INFO kablam! 17 | FunctionRetTy, ImplItem, ImplItemKind, Item, ItemKind, Sep 14 09:04:17.228 INFO kablam! 18 | MetaItem, MethodSig, Mod, ParenthesizedParameterData, Sep 14 09:04:17.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 14 09:04:17.228 INFO kablam! 19 | PatKind, Path, PathParameters, PathSegment, SpannedIdent, Sep 14 09:04:17.228 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 14 09:04:17.228 INFO kablam! Sep 14 09:04:17.264 INFO kablam! error[E0432]: unresolved imports `syntax::ast::AngleBracketedParameterData`, `syntax::ast::ParenthesizedParameterData`, `syntax::ast::PathParameters` Sep 14 09:04:17.264 INFO kablam! --> src/lib.rs:16:19 Sep 14 09:04:17.264 INFO kablam! | Sep 14 09:04:17.264 INFO kablam! 16 | use syntax::ast::{AngleBracketedParameterData, Attribute, Block, ExprKind, Sep 14 09:04:17.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 14 09:04:17.265 INFO kablam! 17 | FunctionRetTy, ImplItem, ImplItemKind, Item, ItemKind, Sep 14 09:04:17.265 INFO kablam! 18 | MetaItem, MethodSig, Mod, ParenthesizedParameterData, Sep 14 09:04:17.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 14 09:04:17.265 INFO kablam! 19 | PatKind, Path, PathParameters, PathSegment, SpannedIdent, Sep 14 09:04:17.265 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 14 09:04:17.265 INFO kablam! Sep 14 09:04:17.303 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 14 09:04:17.303 INFO kablam! --> src/lib.rs:55:34 Sep 14 09:04:17.303 INFO kablam! | Sep 14 09:04:17.303 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 14 09:04:17.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 14 09:04:17.303 INFO kablam! Sep 14 09:04:17.303 INFO kablam! error[E0277]: can't compare `syntax::ast::Path` with `syntax::ast::Path` Sep 14 09:04:17.303 INFO kablam! --> src/lib.rs:55:30 Sep 14 09:04:17.303 INFO kablam! | Sep 14 09:04:17.303 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 14 09:04:17.303 INFO kablam! | ^^ no implementation for `syntax::ast::Path == syntax::ast::Path` Sep 14 09:04:17.303 INFO kablam! | Sep 14 09:04:17.303 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `syntax::ast::Path` Sep 14 09:04:17.303 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&syntax::ast::Path>` for `&syntax::ast::Path` Sep 14 09:04:17.303 INFO kablam! Sep 14 09:04:17.313 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 14 09:04:17.313 INFO kablam! --> src/lib.rs:157:20 Sep 14 09:04:17.313 INFO kablam! | Sep 14 09:04:17.313 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 14 09:04:17.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 14 09:04:17.313 INFO kablam! Sep 14 09:04:17.342 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 14 09:04:17.342 INFO kablam! --> src/lib.rs:55:34 Sep 14 09:04:17.342 INFO kablam! | Sep 14 09:04:17.342 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 14 09:04:17.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 14 09:04:17.342 INFO kablam! Sep 14 09:04:17.347 INFO kablam! error[E0277]: can't compare `syntax::ast::Path` with `syntax::ast::Path` Sep 14 09:04:17.347 INFO kablam! --> src/lib.rs:55:30 Sep 14 09:04:17.347 INFO kablam! | Sep 14 09:04:17.347 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 14 09:04:17.347 INFO kablam! | ^^ no implementation for `syntax::ast::Path == syntax::ast::Path` Sep 14 09:04:17.347 INFO kablam! | Sep 14 09:04:17.347 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `syntax::ast::Path` Sep 14 09:04:17.347 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&syntax::ast::Path>` for `&syntax::ast::Path` Sep 14 09:04:17.347 INFO kablam! Sep 14 09:04:17.354 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 14 09:04:17.354 INFO kablam! --> src/lib.rs:157:20 Sep 14 09:04:17.354 INFO kablam! | Sep 14 09:04:17.354 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 14 09:04:17.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 14 09:04:17.355 INFO kablam! Sep 14 09:04:17.538 INFO kablam! error[E0308]: mismatched types Sep 14 09:04:17.538 INFO kablam! --> src/lib.rs:157:20 Sep 14 09:04:17.538 INFO kablam! | Sep 14 09:04:17.538 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 14 09:04:17.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 14 09:04:17.538 INFO kablam! | Sep 14 09:04:17.538 INFO kablam! = note: expected type `&str` Sep 14 09:04:17.538 INFO kablam! found type `syntax::ast::Path` Sep 14 09:04:17.538 INFO kablam! Sep 14 09:04:17.538 INFO kablam! error[E0308]: mismatched types Sep 14 09:04:17.538 INFO kablam! --> src/lib.rs:163:17 Sep 14 09:04:17.538 INFO kablam! | Sep 14 09:04:17.538 INFO kablam! 163 | / SpannedIdent { Sep 14 09:04:17.538 INFO kablam! 164 | | node: Ident { name, ctxt: _ }, Sep 14 09:04:17.538 INFO kablam! 165 | | span: _, Sep 14 09:04:17.538 INFO kablam! 166 | | }, Sep 14 09:04:17.538 INFO kablam! | |_________________^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 14 09:04:17.538 INFO kablam! | Sep 14 09:04:17.538 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 14 09:04:17.538 INFO kablam! found type `syntax::source_map::Spanned` Sep 14 09:04:17.538 INFO kablam! Sep 14 09:04:17.539 INFO kablam! error[E0026]: struct `syntax::ast::Ident` does not have a field named `ctxt` Sep 14 09:04:17.539 INFO kablam! --> src/lib.rs:164:41 Sep 14 09:04:17.539 INFO kablam! | Sep 14 09:04:17.539 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 14 09:04:17.539 INFO kablam! | ^^^^^^^ struct `syntax::ast::Ident` does not have this field Sep 14 09:04:17.539 INFO kablam! Sep 14 09:04:17.539 INFO kablam! error[E0027]: pattern does not mention field `span` Sep 14 09:04:17.539 INFO kablam! --> src/lib.rs:164:27 Sep 14 09:04:17.539 INFO kablam! | Sep 14 09:04:17.539 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 14 09:04:17.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ missing field `span` Sep 14 09:04:17.539 INFO kablam! Sep 14 09:04:17.539 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 14 09:04:17.539 INFO kablam! --> src/lib.rs:214:37 Sep 14 09:04:17.539 INFO kablam! | Sep 14 09:04:17.539 INFO kablam! 214 | identifier: Ident::from_str("Vec"), Sep 14 09:04:17.539 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 09:04:17.539 INFO kablam! | Sep 14 09:04:17.539 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 09:04:17.539 INFO kablam! Sep 14 09:04:17.539 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 14 09:04:17.539 INFO kablam! --> src/lib.rs:215:37 Sep 14 09:04:17.539 INFO kablam! | Sep 14 09:04:17.539 INFO kablam! 215 | span: DUMMY_SP, Sep 14 09:04:17.539 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 09:04:17.539 INFO kablam! | Sep 14 09:04:17.539 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 09:04:17.539 INFO kablam! Sep 14 09:04:17.539 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 14 09:04:17.539 INFO kablam! --> src/lib.rs:216:37 Sep 14 09:04:17.539 INFO kablam! | Sep 14 09:04:17.539 INFO kablam! 216 | parameters: Some(P( Sep 14 09:04:17.539 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 09:04:17.539 INFO kablam! | Sep 14 09:04:17.539 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 09:04:17.539 INFO kablam! Sep 14 09:04:17.539 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 14 09:04:17.539 INFO kablam! --> src/lib.rs:225:61 Sep 14 09:04:17.540 INFO kablam! | Sep 14 09:04:17.540 INFO kablam! 225 | identifier: Ident::from_str("Rc"), Sep 14 09:04:17.540 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 09:04:17.540 INFO kablam! | Sep 14 09:04:17.540 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 09:04:17.540 INFO kablam! Sep 14 09:04:17.540 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 14 09:04:17.540 INFO kablam! --> src/lib.rs:226:61 Sep 14 09:04:17.540 INFO kablam! | Sep 14 09:04:17.540 INFO kablam! 226 | span: DUMMY_SP, Sep 14 09:04:17.540 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 09:04:17.540 INFO kablam! | Sep 14 09:04:17.540 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 09:04:17.540 INFO kablam! Sep 14 09:04:17.540 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 14 09:04:17.540 INFO kablam! --> src/lib.rs:227:61 Sep 14 09:04:17.540 INFO kablam! | Sep 14 09:04:17.540 INFO kablam! 227 | parameters: Some(P( Sep 14 09:04:17.540 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 09:04:17.540 INFO kablam! | Sep 14 09:04:17.540 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 09:04:17.540 INFO kablam! Sep 14 09:04:17.540 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 14 09:04:17.540 INFO kablam! --> src/lib.rs:236:85 Sep 14 09:04:17.540 INFO kablam! | Sep 14 09:04:17.540 INFO kablam! 236 | identifier: Ident::from_str("Fn"), Sep 14 09:04:17.540 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 09:04:17.540 INFO kablam! | Sep 14 09:04:17.540 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 09:04:17.540 INFO kablam! Sep 14 09:04:17.540 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 14 09:04:17.540 INFO kablam! --> src/lib.rs:237:85 Sep 14 09:04:17.540 INFO kablam! | Sep 14 09:04:17.540 INFO kablam! 237 | span: DUMMY_SP, Sep 14 09:04:17.540 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 09:04:17.540 INFO kablam! | Sep 14 09:04:17.540 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 09:04:17.540 INFO kablam! Sep 14 09:04:17.540 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 14 09:04:17.540 INFO kablam! --> src/lib.rs:238:85 Sep 14 09:04:17.540 INFO kablam! | Sep 14 09:04:17.540 INFO kablam! 238 | parameters: Some(P( Sep 14 09:04:17.540 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 09:04:17.540 INFO kablam! | Sep 14 09:04:17.540 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 09:04:17.540 INFO kablam! Sep 14 09:04:17.547 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 14 09:04:17.547 INFO kablam! --> src/lib.rs:302:59 Sep 14 09:04:17.547 INFO kablam! | Sep 14 09:04:17.547 INFO kablam! 302 | ident.node, Sep 14 09:04:17.547 INFO kablam! | ^^^^ unknown field Sep 14 09:04:17.547 INFO kablam! | Sep 14 09:04:17.547 INFO kablam! = note: available fields are: `name`, `span` Sep 14 09:04:17.547 INFO kablam! Sep 14 09:04:17.547 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 14 09:04:17.547 INFO kablam! --> src/lib.rs:365:24 Sep 14 09:04:17.547 INFO kablam! | Sep 14 09:04:17.547 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 14 09:04:17.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 14 09:04:17.547 INFO kablam! Sep 14 09:04:17.610 INFO kablam! error[E0308]: mismatched types Sep 14 09:04:17.610 INFO kablam! --> src/lib.rs:157:20 Sep 14 09:04:17.610 INFO kablam! | Sep 14 09:04:17.610 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 14 09:04:17.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 14 09:04:17.610 INFO kablam! | Sep 14 09:04:17.611 INFO kablam! = note: expected type `&str` Sep 14 09:04:17.611 INFO kablam! found type `syntax::ast::Path` Sep 14 09:04:17.611 INFO kablam! Sep 14 09:04:17.612 INFO kablam! error[E0308]: mismatched types Sep 14 09:04:17.612 INFO kablam! --> src/lib.rs:163:17 Sep 14 09:04:17.612 INFO kablam! | Sep 14 09:04:17.612 INFO kablam! 163 | / SpannedIdent { Sep 14 09:04:17.612 INFO kablam! 164 | | node: Ident { name, ctxt: _ }, Sep 14 09:04:17.612 INFO kablam! 165 | | span: _, Sep 14 09:04:17.612 INFO kablam! 166 | | }, Sep 14 09:04:17.612 INFO kablam! | |_________________^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 14 09:04:17.612 INFO kablam! | Sep 14 09:04:17.612 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 14 09:04:17.612 INFO kablam! found type `syntax::source_map::Spanned` Sep 14 09:04:17.612 INFO kablam! Sep 14 09:04:17.612 INFO kablam! error[E0026]: struct `syntax::ast::Ident` does not have a field named `ctxt` Sep 14 09:04:17.612 INFO kablam! --> src/lib.rs:164:41 Sep 14 09:04:17.612 INFO kablam! | Sep 14 09:04:17.612 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 14 09:04:17.612 INFO kablam! | ^^^^^^^ struct `syntax::ast::Ident` does not have this field Sep 14 09:04:17.612 INFO kablam! Sep 14 09:04:17.612 INFO kablam! error[E0027]: pattern does not mention field `span` Sep 14 09:04:17.612 INFO kablam! --> src/lib.rs:164:27 Sep 14 09:04:17.612 INFO kablam! | Sep 14 09:04:17.612 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 14 09:04:17.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ missing field `span` Sep 14 09:04:17.612 INFO kablam! Sep 14 09:04:17.619 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 14 09:04:17.619 INFO kablam! --> src/lib.rs:214:37 Sep 14 09:04:17.619 INFO kablam! | Sep 14 09:04:17.619 INFO kablam! 214 | identifier: Ident::from_str("Vec"), Sep 14 09:04:17.619 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 09:04:17.619 INFO kablam! | Sep 14 09:04:17.619 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 09:04:17.619 INFO kablam! Sep 14 09:04:17.619 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 14 09:04:17.619 INFO kablam! --> src/lib.rs:215:37 Sep 14 09:04:17.619 INFO kablam! | Sep 14 09:04:17.619 INFO kablam! 215 | span: DUMMY_SP, Sep 14 09:04:17.619 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 09:04:17.619 INFO kablam! | Sep 14 09:04:17.619 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 09:04:17.619 INFO kablam! Sep 14 09:04:17.619 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 14 09:04:17.619 INFO kablam! --> src/lib.rs:216:37 Sep 14 09:04:17.619 INFO kablam! | Sep 14 09:04:17.619 INFO kablam! 216 | parameters: Some(P( Sep 14 09:04:17.619 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 09:04:17.619 INFO kablam! | Sep 14 09:04:17.619 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 09:04:17.619 INFO kablam! Sep 14 09:04:17.619 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 14 09:04:17.619 INFO kablam! --> src/lib.rs:225:61 Sep 14 09:04:17.619 INFO kablam! | Sep 14 09:04:17.619 INFO kablam! 225 | identifier: Ident::from_str("Rc"), Sep 14 09:04:17.619 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 09:04:17.619 INFO kablam! | Sep 14 09:04:17.619 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 09:04:17.619 INFO kablam! Sep 14 09:04:17.619 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 14 09:04:17.619 INFO kablam! --> src/lib.rs:226:61 Sep 14 09:04:17.619 INFO kablam! | Sep 14 09:04:17.619 INFO kablam! 226 | span: DUMMY_SP, Sep 14 09:04:17.619 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 09:04:17.619 INFO kablam! | Sep 14 09:04:17.619 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 09:04:17.619 INFO kablam! Sep 14 09:04:17.619 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 14 09:04:17.619 INFO kablam! --> src/lib.rs:227:61 Sep 14 09:04:17.619 INFO kablam! | Sep 14 09:04:17.619 INFO kablam! 227 | parameters: Some(P( Sep 14 09:04:17.619 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 09:04:17.619 INFO kablam! | Sep 14 09:04:17.619 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 09:04:17.619 INFO kablam! Sep 14 09:04:17.619 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 14 09:04:17.619 INFO kablam! --> src/lib.rs:236:85 Sep 14 09:04:17.619 INFO kablam! | Sep 14 09:04:17.619 INFO kablam! 236 | identifier: Ident::from_str("Fn"), Sep 14 09:04:17.619 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 09:04:17.619 INFO kablam! | Sep 14 09:04:17.619 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 09:04:17.619 INFO kablam! Sep 14 09:04:17.619 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 14 09:04:17.619 INFO kablam! --> src/lib.rs:237:85 Sep 14 09:04:17.619 INFO kablam! | Sep 14 09:04:17.619 INFO kablam! 237 | span: DUMMY_SP, Sep 14 09:04:17.619 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 09:04:17.619 INFO kablam! | Sep 14 09:04:17.619 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 09:04:17.619 INFO kablam! Sep 14 09:04:17.620 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 14 09:04:17.620 INFO kablam! --> src/lib.rs:238:85 Sep 14 09:04:17.620 INFO kablam! | Sep 14 09:04:17.620 INFO kablam! 238 | parameters: Some(P( Sep 14 09:04:17.620 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 09:04:17.620 INFO kablam! | Sep 14 09:04:17.620 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 09:04:17.620 INFO kablam! Sep 14 09:04:17.627 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 14 09:04:17.627 INFO kablam! --> src/lib.rs:302:59 Sep 14 09:04:17.627 INFO kablam! | Sep 14 09:04:17.627 INFO kablam! 302 | ident.node, Sep 14 09:04:17.627 INFO kablam! | ^^^^ unknown field Sep 14 09:04:17.627 INFO kablam! | Sep 14 09:04:17.627 INFO kablam! = note: available fields are: `name`, `span` Sep 14 09:04:17.627 INFO kablam! Sep 14 09:04:17.631 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 14 09:04:17.631 INFO kablam! --> src/lib.rs:365:24 Sep 14 09:04:17.631 INFO kablam! | Sep 14 09:04:17.631 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 14 09:04:17.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 14 09:04:17.631 INFO kablam! Sep 14 09:04:17.704 INFO kablam! error[E0308]: mismatched types Sep 14 09:04:17.704 INFO kablam! --> src/lib.rs:365:24 Sep 14 09:04:17.704 INFO kablam! | Sep 14 09:04:17.704 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 14 09:04:17.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 14 09:04:17.704 INFO kablam! | Sep 14 09:04:17.704 INFO kablam! = note: expected type `&str` Sep 14 09:04:17.704 INFO kablam! found type `syntax::ast::Path` Sep 14 09:04:17.704 INFO kablam! Sep 14 09:04:17.710 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 14 09:04:17.711 INFO kablam! --> src/lib.rs:400:22 Sep 14 09:04:17.711 INFO kablam! | Sep 14 09:04:17.711 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 14 09:04:17.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 14 09:04:17.711 INFO kablam! Sep 14 09:04:17.823 INFO kablam! error[E0308]: mismatched types Sep 14 09:04:17.823 INFO kablam! --> src/lib.rs:365:24 Sep 14 09:04:17.823 INFO kablam! | Sep 14 09:04:17.823 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 14 09:04:17.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 14 09:04:17.823 INFO kablam! | Sep 14 09:04:17.823 INFO kablam! = note: expected type `&str` Sep 14 09:04:17.823 INFO kablam! found type `syntax::ast::Path` Sep 14 09:04:17.823 INFO kablam! Sep 14 09:04:17.827 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 14 09:04:17.827 INFO kablam! --> src/lib.rs:400:22 Sep 14 09:04:17.827 INFO kablam! | Sep 14 09:04:17.827 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 14 09:04:17.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 14 09:04:17.827 INFO kablam! Sep 14 09:04:17.883 INFO kablam! error[E0308]: mismatched types Sep 14 09:04:17.883 INFO kablam! --> src/lib.rs:400:22 Sep 14 09:04:17.883 INFO kablam! | Sep 14 09:04:17.883 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 14 09:04:17.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 14 09:04:17.883 INFO kablam! | Sep 14 09:04:17.883 INFO kablam! = note: expected type `&str` Sep 14 09:04:17.883 INFO kablam! found type `syntax::ast::Path` Sep 14 09:04:17.883 INFO kablam! Sep 14 09:04:17.904 INFO kablam! error: aborting due to 22 previous errors Sep 14 09:04:17.904 INFO kablam! Sep 14 09:04:17.904 INFO kablam! Some errors occurred: E0026, E0027, E0061, E0277, E0308, E0432, E0560, E0609. Sep 14 09:04:17.904 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 14 09:04:17.912 INFO kablam! error: Could not compile `sig-rs`. Sep 14 09:04:17.912 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 09:04:17.970 INFO kablam! error[E0308]: mismatched types Sep 14 09:04:17.970 INFO kablam! --> src/lib.rs:400:22 Sep 14 09:04:17.970 INFO kablam! | Sep 14 09:04:17.970 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 14 09:04:17.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 14 09:04:17.970 INFO kablam! | Sep 14 09:04:17.970 INFO kablam! = note: expected type `&str` Sep 14 09:04:17.970 INFO kablam! found type `syntax::ast::Path` Sep 14 09:04:17.970 INFO kablam! Sep 14 09:04:17.987 INFO kablam! error: aborting due to 22 previous errors Sep 14 09:04:17.987 INFO kablam! Sep 14 09:04:17.987 INFO kablam! Some errors occurred: E0026, E0027, E0061, E0277, E0308, E0432, E0560, E0609. Sep 14 09:04:17.987 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 14 09:04:17.994 INFO kablam! error: Could not compile `sig-rs`. Sep 14 09:04:17.994 INFO kablam! Sep 14 09:04:17.994 INFO kablam! To learn more, run the command again with --verbose. Sep 14 09:04:17.995 INFO kablam! su: No module specific data is present Sep 14 09:04:18.752 INFO running `"docker" "rm" "-f" "862ab8b122957b6b6c5e2b4aa57fac9adc46c7ee0983ae347b6abb4ab2830edc"` Sep 14 09:04:19.059 INFO blam! 862ab8b122957b6b6c5e2b4aa57fac9adc46c7ee0983ae347b6abb4ab2830edc