Sep 01 06:37:19.572 INFO checking sig-rs-1.0.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 06:37:19.572 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 06:37:19.572 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/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 06:37:19.731 INFO blam! 7362b9c582a675fe46517c1967c87d0ed71ff2910f628cf62b9eef3a5fcc2bcd Sep 01 06:37:19.732 INFO running `"docker" "start" "-a" "7362b9c582a675fe46517c1967c87d0ed71ff2910f628cf62b9eef3a5fcc2bcd"` Sep 01 06:37:20.451 INFO kablam! Checking sig-rs v1.0.1 (file:///source) Sep 01 06:37:22.983 INFO kablam! error[E0432]: unresolved import `syntax::ast::AngleBracketedParameterData` Sep 01 06:37:22.983 INFO kablam! --> src/lib.rs:16:19 Sep 01 06:37:22.984 INFO kablam! | Sep 01 06:37:22.984 INFO kablam! 16 | use syntax::ast::{AngleBracketedParameterData, Attribute, Block, ExprKind, Sep 01 06:37:22.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 01 06:37:22.984 INFO kablam! Sep 01 06:37:22.984 INFO kablam! error[E0432]: unresolved import `syntax::ast::ParenthesizedParameterData` Sep 01 06:37:22.984 INFO kablam! --> src/lib.rs:18:45 Sep 01 06:37:22.984 INFO kablam! | Sep 01 06:37:22.984 INFO kablam! 18 | MetaItem, MethodSig, Mod, ParenthesizedParameterData, Sep 01 06:37:22.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 01 06:37:22.984 INFO kablam! Sep 01 06:37:22.984 INFO kablam! error[E0432]: unresolved import `syntax::ast::PathParameters` Sep 01 06:37:22.984 INFO kablam! --> src/lib.rs:19:34 Sep 01 06:37:22.984 INFO kablam! | Sep 01 06:37:22.984 INFO kablam! 19 | PatKind, Path, PathParameters, PathSegment, SpannedIdent, Sep 01 06:37:22.984 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 01 06:37:22.984 INFO kablam! Sep 01 06:37:23.078 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 01 06:37:23.079 INFO kablam! --> src/lib.rs:55:34 Sep 01 06:37:23.079 INFO kablam! | Sep 01 06:37:23.079 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 01 06:37:23.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 01 06:37:23.079 INFO kablam! Sep 01 06:37:23.079 INFO kablam! error[E0277]: can't compare `syntax::ast::Path` with `syntax::ast::Path` Sep 01 06:37:23.079 INFO kablam! --> src/lib.rs:55:30 Sep 01 06:37:23.079 INFO kablam! | Sep 01 06:37:23.080 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 01 06:37:23.080 INFO kablam! | ^^ no implementation for `syntax::ast::Path == syntax::ast::Path` Sep 01 06:37:23.080 INFO kablam! | Sep 01 06:37:23.080 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `syntax::ast::Path` Sep 01 06:37:23.080 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&syntax::ast::Path>` for `&syntax::ast::Path` Sep 01 06:37:23.080 INFO kablam! Sep 01 06:37:23.098 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 01 06:37:23.098 INFO kablam! --> src/lib.rs:157:20 Sep 01 06:37:23.099 INFO kablam! | Sep 01 06:37:23.099 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 06:37:23.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 01 06:37:23.099 INFO kablam! Sep 01 06:37:23.126 INFO kablam! error[E0432]: unresolved import `syntax::ast::AngleBracketedParameterData` Sep 01 06:37:23.126 INFO kablam! --> src/lib.rs:16:19 Sep 01 06:37:23.126 INFO kablam! | Sep 01 06:37:23.126 INFO kablam! 16 | use syntax::ast::{AngleBracketedParameterData, Attribute, Block, ExprKind, Sep 01 06:37:23.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AngleBracketedParameterData` in `ast` Sep 01 06:37:23.126 INFO kablam! Sep 01 06:37:23.127 INFO kablam! error[E0432]: unresolved import `syntax::ast::ParenthesizedParameterData` Sep 01 06:37:23.127 INFO kablam! --> src/lib.rs:18:45 Sep 01 06:37:23.127 INFO kablam! | Sep 01 06:37:23.127 INFO kablam! 18 | MetaItem, MethodSig, Mod, ParenthesizedParameterData, Sep 01 06:37:23.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 01 06:37:23.127 INFO kablam! Sep 01 06:37:23.127 INFO kablam! error[E0432]: unresolved import `syntax::ast::PathParameters` Sep 01 06:37:23.127 INFO kablam! --> src/lib.rs:19:34 Sep 01 06:37:23.127 INFO kablam! | Sep 01 06:37:23.127 INFO kablam! 19 | PatKind, Path, PathParameters, PathSegment, SpannedIdent, Sep 01 06:37:23.127 INFO kablam! | ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 01 06:37:23.127 INFO kablam! Sep 01 06:37:23.268 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 01 06:37:23.268 INFO kablam! --> src/lib.rs:55:34 Sep 01 06:37:23.268 INFO kablam! | Sep 01 06:37:23.268 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 01 06:37:23.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 01 06:37:23.268 INFO kablam! Sep 01 06:37:23.269 INFO kablam! error[E0277]: can't compare `syntax::ast::Path` with `syntax::ast::Path` Sep 01 06:37:23.269 INFO kablam! --> src/lib.rs:55:30 Sep 01 06:37:23.269 INFO kablam! | Sep 01 06:37:23.269 INFO kablam! 55 | path == &Path::from_ident(path.span, item.ident) Sep 01 06:37:23.269 INFO kablam! | ^^ no implementation for `syntax::ast::Path == syntax::ast::Path` Sep 01 06:37:23.269 INFO kablam! | Sep 01 06:37:23.269 INFO kablam! = help: the trait `std::cmp::PartialEq` is not implemented for `syntax::ast::Path` Sep 01 06:37:23.269 INFO kablam! = note: required because of the requirements on the impl of `std::cmp::PartialEq<&syntax::ast::Path>` for `&syntax::ast::Path` Sep 01 06:37:23.269 INFO kablam! Sep 01 06:37:23.287 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 01 06:37:23.287 INFO kablam! --> src/lib.rs:157:20 Sep 01 06:37:23.287 INFO kablam! | Sep 01 06:37:23.287 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 06:37:23.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 01 06:37:23.287 INFO kablam! Sep 01 06:37:23.379 INFO kablam! error[E0308]: mismatched types Sep 01 06:37:23.379 INFO kablam! --> src/lib.rs:157:20 Sep 01 06:37:23.379 INFO kablam! | Sep 01 06:37:23.379 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 06:37:23.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 01 06:37:23.379 INFO kablam! | Sep 01 06:37:23.379 INFO kablam! = note: expected type `&str` Sep 01 06:37:23.379 INFO kablam! found type `syntax::ast::Path` Sep 01 06:37:23.379 INFO kablam! Sep 01 06:37:23.381 INFO kablam! error[E0308]: mismatched types Sep 01 06:37:23.381 INFO kablam! --> src/lib.rs:163:17 Sep 01 06:37:23.381 INFO kablam! | Sep 01 06:37:23.381 INFO kablam! 163 | / SpannedIdent { Sep 01 06:37:23.381 INFO kablam! 164 | | node: Ident { name, ctxt: _ }, Sep 01 06:37:23.381 INFO kablam! 165 | | span: _, Sep 01 06:37:23.381 INFO kablam! 166 | | }, Sep 01 06:37:23.381 INFO kablam! | |_________________^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 01 06:37:23.381 INFO kablam! | Sep 01 06:37:23.381 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 01 06:37:23.381 INFO kablam! found type `syntax::source_map::Spanned` Sep 01 06:37:23.381 INFO kablam! Sep 01 06:37:23.381 INFO kablam! error[E0026]: struct `syntax::ast::Ident` does not have a field named `ctxt` Sep 01 06:37:23.381 INFO kablam! --> src/lib.rs:164:41 Sep 01 06:37:23.381 INFO kablam! | Sep 01 06:37:23.382 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 01 06:37:23.382 INFO kablam! | ^^^^^^^ struct `syntax::ast::Ident` does not have this field Sep 01 06:37:23.382 INFO kablam! Sep 01 06:37:23.382 INFO kablam! error[E0027]: pattern does not mention field `span` Sep 01 06:37:23.382 INFO kablam! --> src/lib.rs:164:27 Sep 01 06:37:23.382 INFO kablam! | Sep 01 06:37:23.382 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 01 06:37:23.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ missing field `span` Sep 01 06:37:23.382 INFO kablam! Sep 01 06:37:23.386 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 06:37:23.386 INFO kablam! --> src/lib.rs:214:37 Sep 01 06:37:23.386 INFO kablam! | Sep 01 06:37:23.386 INFO kablam! 214 | identifier: Ident::from_str("Vec"), Sep 01 06:37:23.387 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 06:37:23.387 INFO kablam! | Sep 01 06:37:23.387 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 06:37:23.387 INFO kablam! Sep 01 06:37:23.387 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 06:37:23.387 INFO kablam! --> src/lib.rs:215:37 Sep 01 06:37:23.387 INFO kablam! | Sep 01 06:37:23.387 INFO kablam! 215 | span: DUMMY_SP, Sep 01 06:37:23.387 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 06:37:23.387 INFO kablam! | Sep 01 06:37:23.387 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 06:37:23.387 INFO kablam! Sep 01 06:37:23.387 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 06:37:23.387 INFO kablam! --> src/lib.rs:216:37 Sep 01 06:37:23.387 INFO kablam! | Sep 01 06:37:23.387 INFO kablam! 216 | parameters: Some(P( Sep 01 06:37:23.387 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 06:37:23.387 INFO kablam! | Sep 01 06:37:23.387 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 06:37:23.387 INFO kablam! Sep 01 06:37:23.387 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 06:37:23.387 INFO kablam! --> src/lib.rs:225:61 Sep 01 06:37:23.387 INFO kablam! | Sep 01 06:37:23.387 INFO kablam! 225 | identifier: Ident::from_str("Rc"), Sep 01 06:37:23.387 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 06:37:23.388 INFO kablam! | Sep 01 06:37:23.388 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 06:37:23.388 INFO kablam! Sep 01 06:37:23.388 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 06:37:23.388 INFO kablam! --> src/lib.rs:226:61 Sep 01 06:37:23.388 INFO kablam! | Sep 01 06:37:23.388 INFO kablam! 226 | span: DUMMY_SP, Sep 01 06:37:23.388 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 06:37:23.388 INFO kablam! | Sep 01 06:37:23.388 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 06:37:23.388 INFO kablam! Sep 01 06:37:23.388 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 06:37:23.388 INFO kablam! --> src/lib.rs:227:61 Sep 01 06:37:23.388 INFO kablam! | Sep 01 06:37:23.388 INFO kablam! 227 | parameters: Some(P( Sep 01 06:37:23.388 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 06:37:23.388 INFO kablam! | Sep 01 06:37:23.388 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 06:37:23.388 INFO kablam! Sep 01 06:37:23.388 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 06:37:23.388 INFO kablam! --> src/lib.rs:236:85 Sep 01 06:37:23.388 INFO kablam! | Sep 01 06:37:23.388 INFO kablam! 236 | identifier: Ident::from_str("Fn"), Sep 01 06:37:23.388 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 06:37:23.388 INFO kablam! | Sep 01 06:37:23.388 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 06:37:23.388 INFO kablam! Sep 01 06:37:23.389 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 06:37:23.389 INFO kablam! --> src/lib.rs:237:85 Sep 01 06:37:23.389 INFO kablam! | Sep 01 06:37:23.389 INFO kablam! 237 | span: DUMMY_SP, Sep 01 06:37:23.389 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 06:37:23.389 INFO kablam! | Sep 01 06:37:23.389 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 06:37:23.389 INFO kablam! Sep 01 06:37:23.389 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 06:37:23.389 INFO kablam! --> src/lib.rs:238:85 Sep 01 06:37:23.389 INFO kablam! | Sep 01 06:37:23.389 INFO kablam! 238 | parameters: Some(P( Sep 01 06:37:23.389 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 06:37:23.389 INFO kablam! | Sep 01 06:37:23.389 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 06:37:23.389 INFO kablam! Sep 01 06:37:23.396 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 01 06:37:23.397 INFO kablam! --> src/lib.rs:302:59 Sep 01 06:37:23.397 INFO kablam! | Sep 01 06:37:23.397 INFO kablam! 302 | ident.node, Sep 01 06:37:23.397 INFO kablam! | ^^^^ unknown field Sep 01 06:37:23.397 INFO kablam! | Sep 01 06:37:23.397 INFO kablam! = note: available fields are: `name`, `span` Sep 01 06:37:23.397 INFO kablam! Sep 01 06:37:23.402 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 01 06:37:23.402 INFO kablam! --> src/lib.rs:365:24 Sep 01 06:37:23.402 INFO kablam! | Sep 01 06:37:23.402 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 06:37:23.402 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 01 06:37:23.402 INFO kablam! Sep 01 06:37:23.582 INFO kablam! error[E0308]: mismatched types Sep 01 06:37:23.582 INFO kablam! --> src/lib.rs:365:24 Sep 01 06:37:23.582 INFO kablam! | Sep 01 06:37:23.582 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 06:37:23.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 01 06:37:23.582 INFO kablam! | Sep 01 06:37:23.582 INFO kablam! = note: expected type `&str` Sep 01 06:37:23.582 INFO kablam! found type `syntax::ast::Path` Sep 01 06:37:23.582 INFO kablam! Sep 01 06:37:23.593 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 01 06:37:23.593 INFO kablam! --> src/lib.rs:400:22 Sep 01 06:37:23.593 INFO kablam! | Sep 01 06:37:23.593 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 06:37:23.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 01 06:37:23.593 INFO kablam! Sep 01 06:37:23.608 INFO kablam! error[E0308]: mismatched types Sep 01 06:37:23.608 INFO kablam! --> src/lib.rs:157:20 Sep 01 06:37:23.608 INFO kablam! | Sep 01 06:37:23.608 INFO kablam! 157 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 06:37:23.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 01 06:37:23.608 INFO kablam! | Sep 01 06:37:23.608 INFO kablam! = note: expected type `&str` Sep 01 06:37:23.608 INFO kablam! found type `syntax::ast::Path` Sep 01 06:37:23.608 INFO kablam! Sep 01 06:37:23.610 INFO kablam! error[E0308]: mismatched types Sep 01 06:37:23.611 INFO kablam! --> src/lib.rs:163:17 Sep 01 06:37:23.611 INFO kablam! | Sep 01 06:37:23.611 INFO kablam! 163 | / SpannedIdent { Sep 01 06:37:23.611 INFO kablam! 164 | | node: Ident { name, ctxt: _ }, Sep 01 06:37:23.611 INFO kablam! 165 | | span: _, Sep 01 06:37:23.611 INFO kablam! 166 | | }, Sep 01 06:37:23.611 INFO kablam! | |_________________^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 01 06:37:23.611 INFO kablam! | Sep 01 06:37:23.611 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 01 06:37:23.611 INFO kablam! found type `syntax::source_map::Spanned` Sep 01 06:37:23.611 INFO kablam! Sep 01 06:37:23.611 INFO kablam! error[E0026]: struct `syntax::ast::Ident` does not have a field named `ctxt` Sep 01 06:37:23.611 INFO kablam! --> src/lib.rs:164:41 Sep 01 06:37:23.611 INFO kablam! | Sep 01 06:37:23.611 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 01 06:37:23.611 INFO kablam! | ^^^^^^^ struct `syntax::ast::Ident` does not have this field Sep 01 06:37:23.611 INFO kablam! Sep 01 06:37:23.611 INFO kablam! error[E0027]: pattern does not mention field `span` Sep 01 06:37:23.611 INFO kablam! --> src/lib.rs:164:27 Sep 01 06:37:23.611 INFO kablam! | Sep 01 06:37:23.611 INFO kablam! 164 | node: Ident { name, ctxt: _ }, Sep 01 06:37:23.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ missing field `span` Sep 01 06:37:23.612 INFO kablam! Sep 01 06:37:23.616 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 06:37:23.616 INFO kablam! --> src/lib.rs:214:37 Sep 01 06:37:23.616 INFO kablam! | Sep 01 06:37:23.616 INFO kablam! 214 | identifier: Ident::from_str("Vec"), Sep 01 06:37:23.616 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 06:37:23.616 INFO kablam! | Sep 01 06:37:23.616 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 06:37:23.616 INFO kablam! Sep 01 06:37:23.616 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 06:37:23.616 INFO kablam! --> src/lib.rs:215:37 Sep 01 06:37:23.617 INFO kablam! | Sep 01 06:37:23.617 INFO kablam! 215 | span: DUMMY_SP, Sep 01 06:37:23.617 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 06:37:23.617 INFO kablam! | Sep 01 06:37:23.617 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 06:37:23.617 INFO kablam! Sep 01 06:37:23.617 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 06:37:23.617 INFO kablam! --> src/lib.rs:216:37 Sep 01 06:37:23.617 INFO kablam! | Sep 01 06:37:23.617 INFO kablam! 216 | parameters: Some(P( Sep 01 06:37:23.617 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 06:37:23.617 INFO kablam! | Sep 01 06:37:23.617 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 06:37:23.617 INFO kablam! Sep 01 06:37:23.617 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 06:37:23.617 INFO kablam! --> src/lib.rs:225:61 Sep 01 06:37:23.617 INFO kablam! | Sep 01 06:37:23.618 INFO kablam! 225 | identifier: Ident::from_str("Rc"), Sep 01 06:37:23.618 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 06:37:23.618 INFO kablam! | Sep 01 06:37:23.618 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 06:37:23.618 INFO kablam! Sep 01 06:37:23.618 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 06:37:23.618 INFO kablam! --> src/lib.rs:226:61 Sep 01 06:37:23.618 INFO kablam! | Sep 01 06:37:23.618 INFO kablam! 226 | span: DUMMY_SP, Sep 01 06:37:23.618 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 06:37:23.618 INFO kablam! | Sep 01 06:37:23.618 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 06:37:23.618 INFO kablam! Sep 01 06:37:23.618 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 06:37:23.618 INFO kablam! --> src/lib.rs:227:61 Sep 01 06:37:23.618 INFO kablam! | Sep 01 06:37:23.618 INFO kablam! 227 | parameters: Some(P( Sep 01 06:37:23.618 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 06:37:23.618 INFO kablam! | Sep 01 06:37:23.618 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 06:37:23.618 INFO kablam! Sep 01 06:37:23.619 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 06:37:23.619 INFO kablam! --> src/lib.rs:236:85 Sep 01 06:37:23.619 INFO kablam! | Sep 01 06:37:23.619 INFO kablam! 236 | identifier: Ident::from_str("Fn"), Sep 01 06:37:23.619 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 06:37:23.619 INFO kablam! | Sep 01 06:37:23.619 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 06:37:23.619 INFO kablam! Sep 01 06:37:23.619 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 06:37:23.620 INFO kablam! --> src/lib.rs:237:85 Sep 01 06:37:23.620 INFO kablam! | Sep 01 06:37:23.620 INFO kablam! 237 | span: DUMMY_SP, Sep 01 06:37:23.620 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 06:37:23.620 INFO kablam! | Sep 01 06:37:23.622 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 06:37:23.622 INFO kablam! Sep 01 06:37:23.622 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 06:37:23.622 INFO kablam! --> src/lib.rs:238:85 Sep 01 06:37:23.622 INFO kablam! | Sep 01 06:37:23.622 INFO kablam! 238 | parameters: Some(P( Sep 01 06:37:23.622 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 06:37:23.622 INFO kablam! | Sep 01 06:37:23.622 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 06:37:23.622 INFO kablam! Sep 01 06:37:23.629 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 01 06:37:23.629 INFO kablam! --> src/lib.rs:302:59 Sep 01 06:37:23.629 INFO kablam! | Sep 01 06:37:23.629 INFO kablam! 302 | ident.node, Sep 01 06:37:23.629 INFO kablam! | ^^^^ unknown field Sep 01 06:37:23.629 INFO kablam! | Sep 01 06:37:23.629 INFO kablam! = note: available fields are: `name`, `span` Sep 01 06:37:23.629 INFO kablam! Sep 01 06:37:23.635 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 01 06:37:23.635 INFO kablam! --> src/lib.rs:365:24 Sep 01 06:37:23.635 INFO kablam! | Sep 01 06:37:23.636 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 06:37:23.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 01 06:37:23.636 INFO kablam! Sep 01 06:37:23.774 INFO kablam! error[E0308]: mismatched types Sep 01 06:37:23.774 INFO kablam! --> src/lib.rs:400:22 Sep 01 06:37:23.774 INFO kablam! | Sep 01 06:37:23.774 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 06:37:23.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 01 06:37:23.774 INFO kablam! | Sep 01 06:37:23.774 INFO kablam! = note: expected type `&str` Sep 01 06:37:23.774 INFO kablam! found type `syntax::ast::Path` Sep 01 06:37:23.774 INFO kablam! Sep 01 06:37:23.789 INFO kablam! error: aborting due to 24 previous errors Sep 01 06:37:23.789 INFO kablam! Sep 01 06:37:23.789 INFO kablam! Some errors occurred: E0026, E0027, E0061, E0277, E0308, E0432, E0560, E0609. Sep 01 06:37:23.789 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 01 06:37:23.792 INFO kablam! error[E0308]: mismatched types Sep 01 06:37:23.792 INFO kablam! --> src/lib.rs:365:24 Sep 01 06:37:23.792 INFO kablam! | Sep 01 06:37:23.792 INFO kablam! 365 | == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 06:37:23.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 01 06:37:23.792 INFO kablam! | Sep 01 06:37:23.792 INFO kablam! = note: expected type `&str` Sep 01 06:37:23.792 INFO kablam! found type `syntax::ast::Path` Sep 01 06:37:23.792 INFO kablam! Sep 01 06:37:23.800 INFO kablam! error[E0061]: this function takes 1 parameter but 2 parameters were supplied Sep 01 06:37:23.801 INFO kablam! --> src/lib.rs:400:22 Sep 01 06:37:23.801 INFO kablam! | Sep 01 06:37:23.801 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 06:37:23.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter Sep 01 06:37:23.801 INFO kablam! Sep 01 06:37:23.802 INFO kablam! error: Could not compile `sig-rs`. Sep 01 06:37:23.802 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 06:37:23.994 INFO kablam! error[E0308]: mismatched types Sep 01 06:37:23.994 INFO kablam! --> src/lib.rs:400:22 Sep 01 06:37:23.994 INFO kablam! | Sep 01 06:37:23.994 INFO kablam! 400 | attr.path == Path::from_ident(attr.path.span, Ident::from_str("sig")) Sep 01 06:37:23.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected &str, found struct `syntax::ast::Path` Sep 01 06:37:23.995 INFO kablam! | Sep 01 06:37:23.995 INFO kablam! = note: expected type `&str` Sep 01 06:37:23.995 INFO kablam! found type `syntax::ast::Path` Sep 01 06:37:23.995 INFO kablam! Sep 01 06:37:24.010 INFO kablam! error: aborting due to 24 previous errors Sep 01 06:37:24.010 INFO kablam! Sep 01 06:37:24.010 INFO kablam! Some errors occurred: E0026, E0027, E0061, E0277, E0308, E0432, E0560, E0609. Sep 01 06:37:24.010 INFO kablam! For more information about an error, try `rustc --explain E0026`. Sep 01 06:37:24.025 INFO kablam! error: Could not compile `sig-rs`. Sep 01 06:37:24.025 INFO kablam! Sep 01 06:37:24.025 INFO kablam! To learn more, run the command again with --verbose. Sep 01 06:37:24.026 INFO kablam! su: No module specific data is present Sep 01 06:37:24.549 INFO running `"docker" "rm" "-f" "7362b9c582a675fe46517c1967c87d0ed71ff2910f628cf62b9eef3a5fcc2bcd"` Sep 01 06:37:24.655 INFO blam! 7362b9c582a675fe46517c1967c87d0ed71ff2910f628cf62b9eef3a5fcc2bcd