Sep 04 03:14:24.793 INFO checking sig-rs-1.0.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 03:14:24.793 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 03:14:24.793 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 03:14:24.950 INFO blam! 49bdd4488c249742e27029c4b7dbf872d860ebd2aac50784a2bb27ac1cc28556 Sep 04 03:14:24.951 INFO running `"docker" "start" "-a" "49bdd4488c249742e27029c4b7dbf872d860ebd2aac50784a2bb27ac1cc28556"` Sep 04 03:14:25.562 INFO kablam! Checking sig-rs v1.0.1 (file:///source) Sep 04 03:14:28.084 INFO kablam! error[E0432]: unresolved import `syntax::ast::AngleBracketedParameterData` Sep 04 03:14:28.084 INFO kablam! --> src/lib.rs:16:19 Sep 04 03:14:28.084 INFO kablam! | Sep 04 03:14:28.084 INFO kablam! 16 | use syntax::ast::{AngleBracketedParameterData, Attribute, Block, ExprKind, Sep 04 03:14:28.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 04 03:14:28.084 INFO kablam! Sep 04 03:14:28.085 INFO kablam! error[E0432]: unresolved import `syntax::ast::ParenthesizedParameterData` Sep 04 03:14:28.085 INFO kablam! --> src/lib.rs:18:45 Sep 04 03:14:28.085 INFO kablam! | Sep 04 03:14:28.085 INFO kablam! 18 | MetaItem, MethodSig, Mod, ParenthesizedParameterData, Sep 04 03:14:28.085 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 04 03:14:28.085 INFO kablam! Sep 04 03:14:28.085 INFO kablam! error[E0432]: unresolved import `syntax::ast::PathParameters` Sep 04 03:14:28.085 INFO kablam! --> src/lib.rs:19:34 Sep 04 03:14:28.085 INFO kablam! | Sep 04 03:14:28.085 INFO kablam! 19 | PatKind, Path, PathParameters, PathSegment, SpannedIdent, Sep 04 03:14:28.085 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 04 03:14:28.085 INFO kablam! Sep 04 03:14:28.118 INFO kablam! error[E0432]: unresolved import `syntax::ast::AngleBracketedParameterData` Sep 04 03:14:28.118 INFO kablam! --> src/lib.rs:16:19 Sep 04 03:14:28.118 INFO kablam! | Sep 04 03:14:28.118 INFO kablam! 16 | use syntax::ast::{AngleBracketedParameterData, Attribute, Block, ExprKind, Sep 04 03:14:28.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 04 03:14:28.119 INFO kablam! Sep 04 03:14:28.119 INFO kablam! error[E0432]: unresolved import `syntax::ast::ParenthesizedParameterData` Sep 04 03:14:28.119 INFO kablam! --> src/lib.rs:18:45 Sep 04 03:14:28.119 INFO kablam! | Sep 04 03:14:28.119 INFO kablam! 18 | MetaItem, MethodSig, Mod, ParenthesizedParameterData, Sep 04 03:14:28.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 04 03:14:28.119 INFO kablam! Sep 04 03:14:28.119 INFO kablam! error[E0432]: unresolved import `syntax::ast::PathParameters` Sep 04 03:14:28.120 INFO kablam! --> src/lib.rs:19:34 Sep 04 03:14:28.120 INFO kablam! | Sep 04 03:14:28.120 INFO kablam! 19 | PatKind, Path, PathParameters, PathSegment, SpannedIdent, Sep 04 03:14:28.120 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 04 03:14:28.120 INFO kablam! Sep 04 03:14:28.191 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 04 03:14:28.192 INFO kablam! --> src/lib.rs:55:34 Sep 04 03:14:28.192 INFO kablam! | Sep 04 03:14:28.192 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 04 03:14:28.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 04 03:14:28.192 INFO kablam! Sep 04 03:14:28.192 INFO kablam! error[E0277]: can't compare `syntax::ast::Path` with `syntax::ast::Path` Sep 04 03:14:28.192 INFO kablam! --> src/lib.rs:55:30 Sep 04 03:14:28.193 INFO kablam! | Sep 04 03:14:28.193 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 04 03:14:28.193 INFO kablam! | ^^ no implementation for `syntax::ast::Path == syntax::ast::Path` Sep 04 03:14:28.193 INFO kablam! | Sep 04 03:14:28.193 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `syntax::ast::Path` Sep 04 03:14:28.193 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&syntax::ast::Path>` for `&syntax::ast::Path` Sep 04 03:14:28.193 INFO kablam! Sep 04 03:14:28.214 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 04 03:14:28.214 INFO kablam! --> src/lib.rs:157:20 Sep 04 03:14:28.214 INFO kablam! | Sep 04 03:14:28.214 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 04 03:14:28.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 04 03:14:28.214 INFO kablam! Sep 04 03:14:28.241 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 04 03:14:28.241 INFO kablam! --> src/lib.rs:55:34 Sep 04 03:14:28.241 INFO kablam! | Sep 04 03:14:28.241 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 04 03:14:28.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 04 03:14:28.241 INFO kablam! Sep 04 03:14:28.242 INFO kablam! error[E0277]: can't compare `syntax::ast::Path` with `syntax::ast::Path` Sep 04 03:14:28.242 INFO kablam! --> src/lib.rs:55:30 Sep 04 03:14:28.242 INFO kablam! | Sep 04 03:14:28.242 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 04 03:14:28.242 INFO kablam! | ^^ no implementation for `syntax::ast::Path == syntax::ast::Path` Sep 04 03:14:28.242 INFO kablam! | Sep 04 03:14:28.242 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `syntax::ast::Path` Sep 04 03:14:28.242 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&syntax::ast::Path>` for `&syntax::ast::Path` Sep 04 03:14:28.242 INFO kablam! Sep 04 03:14:28.270 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 04 03:14:28.271 INFO kablam! --> src/lib.rs:157:20 Sep 04 03:14:28.271 INFO kablam! | Sep 04 03:14:28.271 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 04 03:14:28.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 04 03:14:28.271 INFO kablam! Sep 04 03:14:28.548 INFO kablam! error[E0308]: mismatched types Sep 04 03:14:28.548 INFO kablam! --> src/lib.rs:157:20 Sep 04 03:14:28.548 INFO kablam! | Sep 04 03:14:28.548 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 04 03:14:28.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 04 03:14:28.548 INFO kablam! | Sep 04 03:14:28.548 INFO kablam! = note: expected type `&str` Sep 04 03:14:28.548 INFO kablam! found type `syntax::ast::Path` Sep 04 03:14:28.548 INFO kablam! Sep 04 03:14:28.550 INFO kablam! error[E0308]: mismatched types Sep 04 03:14:28.550 INFO kablam! --> src/lib.rs:163:17 Sep 04 03:14:28.550 INFO kablam! | Sep 04 03:14:28.550 INFO kablam! 163 | / SpannedIdent { Sep 04 03:14:28.551 INFO kablam! 164 | | node: Ident { name, ctxt: _ }, Sep 04 03:14:28.551 INFO kablam! 165 | | span: _, Sep 04 03:14:28.551 INFO kablam! 166 | | }, Sep 04 03:14:28.551 INFO kablam! | |_________________^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 04 03:14:28.551 INFO kablam! | Sep 04 03:14:28.551 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 04 03:14:28.551 INFO kablam! found type `syntax::source_map::Spanned` Sep 04 03:14:28.551 INFO kablam! Sep 04 03:14:28.551 INFO kablam! error[E0026]: struct `syntax::ast::Ident` does not have a field named `ctxt` Sep 04 03:14:28.551 INFO kablam! --> src/lib.rs:164:41 Sep 04 03:14:28.551 INFO kablam! | Sep 04 03:14:28.551 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 04 03:14:28.551 INFO kablam! | ^^^^^^^ struct `syntax::ast::Ident` does not have this field Sep 04 03:14:28.551 INFO kablam! Sep 04 03:14:28.551 INFO kablam! error[E0027]: pattern does not mention field `span` Sep 04 03:14:28.551 INFO kablam! --> src/lib.rs:164:27 Sep 04 03:14:28.551 INFO kablam! | Sep 04 03:14:28.551 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 04 03:14:28.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ missing field `span` Sep 04 03:14:28.551 INFO kablam! Sep 04 03:14:28.557 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 03:14:28.557 INFO kablam! --> src/lib.rs:214:37 Sep 04 03:14:28.557 INFO kablam! | Sep 04 03:14:28.557 INFO kablam! 214 | identifier: Ident::from_str("Vec"), Sep 04 03:14:28.557 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 03:14:28.557 INFO kablam! | Sep 04 03:14:28.557 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 03:14:28.557 INFO kablam! Sep 04 03:14:28.557 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 03:14:28.557 INFO kablam! --> src/lib.rs:215:37 Sep 04 03:14:28.557 INFO kablam! | Sep 04 03:14:28.557 INFO kablam! 215 | span: DUMMY_SP, Sep 04 03:14:28.557 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 03:14:28.557 INFO kablam! | Sep 04 03:14:28.557 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 03:14:28.557 INFO kablam! Sep 04 03:14:28.557 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 03:14:28.557 INFO kablam! --> src/lib.rs:216:37 Sep 04 03:14:28.558 INFO kablam! | Sep 04 03:14:28.558 INFO kablam! 216 | parameters: Some(P( Sep 04 03:14:28.558 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 03:14:28.558 INFO kablam! | Sep 04 03:14:28.558 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 03:14:28.558 INFO kablam! Sep 04 03:14:28.558 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 03:14:28.558 INFO kablam! --> src/lib.rs:225:61 Sep 04 03:14:28.558 INFO kablam! | Sep 04 03:14:28.558 INFO kablam! 225 | identifier: Ident::from_str("Rc"), Sep 04 03:14:28.558 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 03:14:28.559 INFO kablam! | Sep 04 03:14:28.559 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 03:14:28.559 INFO kablam! Sep 04 03:14:28.562 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 03:14:28.562 INFO kablam! --> src/lib.rs:226:61 Sep 04 03:14:28.562 INFO kablam! | Sep 04 03:14:28.562 INFO kablam! 226 | span: DUMMY_SP, Sep 04 03:14:28.562 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 03:14:28.562 INFO kablam! | Sep 04 03:14:28.562 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 03:14:28.562 INFO kablam! Sep 04 03:14:28.563 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 03:14:28.563 INFO kablam! --> src/lib.rs:227:61 Sep 04 03:14:28.563 INFO kablam! | Sep 04 03:14:28.563 INFO kablam! 227 | parameters: Some(P( Sep 04 03:14:28.563 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 03:14:28.563 INFO kablam! | Sep 04 03:14:28.563 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 03:14:28.563 INFO kablam! Sep 04 03:14:28.563 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 03:14:28.563 INFO kablam! --> src/lib.rs:236:85 Sep 04 03:14:28.563 INFO kablam! | Sep 04 03:14:28.563 INFO kablam! 236 | identifier: Ident::from_str("Fn"), Sep 04 03:14:28.563 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 03:14:28.563 INFO kablam! | Sep 04 03:14:28.563 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 03:14:28.563 INFO kablam! Sep 04 03:14:28.563 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 03:14:28.563 INFO kablam! --> src/lib.rs:237:85 Sep 04 03:14:28.563 INFO kablam! | Sep 04 03:14:28.563 INFO kablam! 237 | span: DUMMY_SP, Sep 04 03:14:28.563 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 03:14:28.563 INFO kablam! | Sep 04 03:14:28.563 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 03:14:28.563 INFO kablam! Sep 04 03:14:28.563 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 03:14:28.563 INFO kablam! --> src/lib.rs:238:85 Sep 04 03:14:28.563 INFO kablam! | Sep 04 03:14:28.564 INFO kablam! 238 | parameters: Some(P( Sep 04 03:14:28.564 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 03:14:28.564 INFO kablam! | Sep 04 03:14:28.564 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 03:14:28.564 INFO kablam! Sep 04 03:14:28.572 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 04 03:14:28.572 INFO kablam! --> src/lib.rs:302:59 Sep 04 03:14:28.573 INFO kablam! | Sep 04 03:14:28.573 INFO kablam! 302 | ident.node, Sep 04 03:14:28.573 INFO kablam! | ^^^^ unknown field Sep 04 03:14:28.573 INFO kablam! | Sep 04 03:14:28.573 INFO kablam! = note: available fields are: `name`, `span` Sep 04 03:14:28.573 INFO kablam! Sep 04 03:14:28.580 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 04 03:14:28.580 INFO kablam! --> src/lib.rs:365:24 Sep 04 03:14:28.580 INFO kablam! | Sep 04 03:14:28.580 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 04 03:14:28.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 04 03:14:28.580 INFO kablam! Sep 04 03:14:28.704 INFO kablam! error[E0308]: mismatched types Sep 04 03:14:28.704 INFO kablam! --> src/lib.rs:157:20 Sep 04 03:14:28.704 INFO kablam! | Sep 04 03:14:28.704 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 04 03:14:28.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 04 03:14:28.704 INFO kablam! | Sep 04 03:14:28.704 INFO kablam! = note: expected type `&str` Sep 04 03:14:28.704 INFO kablam! found type `syntax::ast::Path` Sep 04 03:14:28.704 INFO kablam! Sep 04 03:14:28.706 INFO kablam! error[E0308]: mismatched types Sep 04 03:14:28.706 INFO kablam! --> src/lib.rs:163:17 Sep 04 03:14:28.706 INFO kablam! | Sep 04 03:14:28.706 INFO kablam! 163 | / SpannedIdent { Sep 04 03:14:28.707 INFO kablam! 164 | | node: Ident { name, ctxt: _ }, Sep 04 03:14:28.707 INFO kablam! 165 | | span: _, Sep 04 03:14:28.707 INFO kablam! 166 | | }, Sep 04 03:14:28.707 INFO kablam! | |_________________^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 04 03:14:28.707 INFO kablam! | Sep 04 03:14:28.707 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 04 03:14:28.707 INFO kablam! found type `syntax::source_map::Spanned` Sep 04 03:14:28.707 INFO kablam! Sep 04 03:14:28.707 INFO kablam! error[E0026]: struct `syntax::ast::Ident` does not have a field named `ctxt` Sep 04 03:14:28.707 INFO kablam! --> src/lib.rs:164:41 Sep 04 03:14:28.707 INFO kablam! | Sep 04 03:14:28.707 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 04 03:14:28.707 INFO kablam! | ^^^^^^^ struct `syntax::ast::Ident` does not have this field Sep 04 03:14:28.707 INFO kablam! Sep 04 03:14:28.707 INFO kablam! error[E0027]: pattern does not mention field `span` Sep 04 03:14:28.707 INFO kablam! --> src/lib.rs:164:27 Sep 04 03:14:28.707 INFO kablam! | Sep 04 03:14:28.707 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 04 03:14:28.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ missing field `span` Sep 04 03:14:28.707 INFO kablam! Sep 04 03:14:28.714 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 03:14:28.714 INFO kablam! --> src/lib.rs:214:37 Sep 04 03:14:28.714 INFO kablam! | Sep 04 03:14:28.714 INFO kablam! 214 | identifier: Ident::from_str("Vec"), Sep 04 03:14:28.714 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 03:14:28.714 INFO kablam! | Sep 04 03:14:28.714 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 03:14:28.714 INFO kablam! Sep 04 03:14:28.714 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 03:14:28.714 INFO kablam! --> src/lib.rs:215:37 Sep 04 03:14:28.714 INFO kablam! | Sep 04 03:14:28.715 INFO kablam! 215 | span: DUMMY_SP, Sep 04 03:14:28.715 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 03:14:28.715 INFO kablam! | Sep 04 03:14:28.715 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 03:14:28.715 INFO kablam! Sep 04 03:14:28.715 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 03:14:28.715 INFO kablam! --> src/lib.rs:216:37 Sep 04 03:14:28.715 INFO kablam! | Sep 04 03:14:28.715 INFO kablam! 216 | parameters: Some(P( Sep 04 03:14:28.715 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 03:14:28.715 INFO kablam! | Sep 04 03:14:28.715 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 03:14:28.715 INFO kablam! Sep 04 03:14:28.716 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 03:14:28.716 INFO kablam! --> src/lib.rs:225:61 Sep 04 03:14:28.716 INFO kablam! | Sep 04 03:14:28.716 INFO kablam! 225 | identifier: Ident::from_str("Rc"), Sep 04 03:14:28.716 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 03:14:28.716 INFO kablam! | Sep 04 03:14:28.716 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 03:14:28.716 INFO kablam! Sep 04 03:14:28.716 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 03:14:28.716 INFO kablam! --> src/lib.rs:226:61 Sep 04 03:14:28.716 INFO kablam! | Sep 04 03:14:28.717 INFO kablam! 226 | span: DUMMY_SP, Sep 04 03:14:28.717 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 03:14:28.717 INFO kablam! | Sep 04 03:14:28.717 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 03:14:28.717 INFO kablam! Sep 04 03:14:28.717 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 03:14:28.717 INFO kablam! --> src/lib.rs:227:61 Sep 04 03:14:28.717 INFO kablam! | Sep 04 03:14:28.717 INFO kablam! 227 | parameters: Some(P( Sep 04 03:14:28.717 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 03:14:28.717 INFO kablam! | Sep 04 03:14:28.717 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 03:14:28.717 INFO kablam! Sep 04 03:14:28.717 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 03:14:28.717 INFO kablam! --> src/lib.rs:236:85 Sep 04 03:14:28.717 INFO kablam! | Sep 04 03:14:28.717 INFO kablam! 236 | identifier: Ident::from_str("Fn"), Sep 04 03:14:28.717 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 03:14:28.717 INFO kablam! | Sep 04 03:14:28.717 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 03:14:28.717 INFO kablam! Sep 04 03:14:28.718 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 03:14:28.718 INFO kablam! --> src/lib.rs:237:85 Sep 04 03:14:28.718 INFO kablam! | Sep 04 03:14:28.718 INFO kablam! 237 | span: DUMMY_SP, Sep 04 03:14:28.718 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 03:14:28.718 INFO kablam! | Sep 04 03:14:28.718 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 03:14:28.718 INFO kablam! Sep 04 03:14:28.718 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 03:14:28.718 INFO kablam! --> src/lib.rs:238:85 Sep 04 03:14:28.718 INFO kablam! | Sep 04 03:14:28.718 INFO kablam! 238 | parameters: Some(P( Sep 04 03:14:28.718 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 03:14:28.718 INFO kablam! | Sep 04 03:14:28.718 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 03:14:28.718 INFO kablam! Sep 04 03:14:28.728 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 04 03:14:28.728 INFO kablam! --> src/lib.rs:302:59 Sep 04 03:14:28.728 INFO kablam! | Sep 04 03:14:28.728 INFO kablam! 302 | ident.node, Sep 04 03:14:28.728 INFO kablam! | ^^^^ unknown field Sep 04 03:14:28.728 INFO kablam! | Sep 04 03:14:28.728 INFO kablam! = note: available fields are: `name`, `span` Sep 04 03:14:28.728 INFO kablam! Sep 04 03:14:28.736 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 04 03:14:28.736 INFO kablam! --> src/lib.rs:365:24 Sep 04 03:14:28.736 INFO kablam! | Sep 04 03:14:28.736 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 04 03:14:28.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 04 03:14:28.736 INFO kablam! Sep 04 03:14:28.756 INFO kablam! error[E0308]: mismatched types Sep 04 03:14:28.757 INFO kablam! --> src/lib.rs:365:24 Sep 04 03:14:28.757 INFO kablam! | Sep 04 03:14:28.757 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 04 03:14:28.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 04 03:14:28.757 INFO kablam! | Sep 04 03:14:28.757 INFO kablam! = note: expected type `&str` Sep 04 03:14:28.757 INFO kablam! found type `syntax::ast::Path` Sep 04 03:14:28.757 INFO kablam! Sep 04 03:14:28.768 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 04 03:14:28.768 INFO kablam! --> src/lib.rs:400:22 Sep 04 03:14:28.768 INFO kablam! | Sep 04 03:14:28.768 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 04 03:14:28.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 04 03:14:28.768 INFO kablam! Sep 04 03:14:28.935 INFO kablam! error[E0308]: mismatched types Sep 04 03:14:28.935 INFO kablam! --> src/lib.rs:365:24 Sep 04 03:14:28.935 INFO kablam! | Sep 04 03:14:28.935 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 04 03:14:28.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 04 03:14:28.936 INFO kablam! | Sep 04 03:14:28.936 INFO kablam! = note: expected type `&str` Sep 04 03:14:28.936 INFO kablam! found type `syntax::ast::Path` Sep 04 03:14:28.936 INFO kablam! Sep 04 03:14:28.949 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 04 03:14:28.949 INFO kablam! --> src/lib.rs:400:22 Sep 04 03:14:28.949 INFO kablam! | Sep 04 03:14:28.949 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 04 03:14:28.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 04 03:14:28.950 INFO kablam! Sep 04 03:14:28.962 INFO kablam! error[E0308]: mismatched types Sep 04 03:14:28.962 INFO kablam! --> src/lib.rs:400:22 Sep 04 03:14:28.962 INFO kablam! | Sep 04 03:14:28.962 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 04 03:14:28.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 04 03:14:28.963 INFO kablam! | Sep 04 03:14:28.963 INFO kablam! = note: expected type `&str` Sep 04 03:14:28.963 INFO kablam! found type `syntax::ast::Path` Sep 04 03:14:28.963 INFO kablam! Sep 04 03:14:28.987 INFO kablam! error: aborting due to 24 previous errors Sep 04 03:14:28.987 INFO kablam! Sep 04 03:14:28.987 INFO kablam! Some errors occurred: E0026, E0027, E0061, E0277, E0308, E0432, E0560, E0609. Sep 04 03:14:28.987 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 04 03:14:29.006 INFO kablam! error: Could not compile `sig-rs`. Sep 04 03:14:29.006 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 03:14:29.180 INFO kablam! error[E0308]: mismatched types Sep 04 03:14:29.181 INFO kablam! --> src/lib.rs:400:22 Sep 04 03:14:29.181 INFO kablam! | Sep 04 03:14:29.181 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 04 03:14:29.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 04 03:14:29.181 INFO kablam! | Sep 04 03:14:29.181 INFO kablam! = note: expected type `&str` Sep 04 03:14:29.181 INFO kablam! found type `syntax::ast::Path` Sep 04 03:14:29.181 INFO kablam! Sep 04 03:14:29.204 INFO kablam! error: aborting due to 24 previous errors Sep 04 03:14:29.205 INFO kablam! Sep 04 03:14:29.205 INFO kablam! Some errors occurred: E0026, E0027, E0061, E0277, E0308, E0432, E0560, E0609. Sep 04 03:14:29.205 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 04 03:14:29.224 INFO kablam! error: Could not compile `sig-rs`. Sep 04 03:14:29.224 INFO kablam! Sep 04 03:14:29.224 INFO kablam! To learn more, run the command again with --verbose. Sep 04 03:14:29.226 INFO kablam! su: No module specific data is present Sep 04 03:14:29.706 INFO running `"docker" "rm" "-f" "49bdd4488c249742e27029c4b7dbf872d860ebd2aac50784a2bb27ac1cc28556"` Sep 04 03:14:29.792 INFO blam! 49bdd4488c249742e27029c4b7dbf872d860ebd2aac50784a2bb27ac1cc28556