Sep 01 14:22:43.485 INFO checking mayda_macros-0.1.4 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 14:22:43.485 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 14:22:43.486 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 14:22:43.663 INFO blam! f4c30ca0e1cf7d45c9a7bb4fa1598a2a4ed5552761dd91f3a8c3288b71d0c69c Sep 01 14:22:43.665 INFO running `"docker" "start" "-a" "f4c30ca0e1cf7d45c9a7bb4fa1598a2a4ed5552761dd91f3a8c3288b71d0c69c"` Sep 01 14:22:44.489 INFO kablam! Checking mayda_macros v0.1.4 (file:///source) Sep 01 14:22:49.194 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 14:22:49.194 INFO kablam! --> src/lib.rs:146:5 Sep 01 14:22:49.195 INFO kablam! | Sep 01 14:22:49.195 INFO kablam! 146 | use syntax::codemap; Sep 01 14:22:49.195 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 01 14:22:49.195 INFO kablam! Sep 01 14:22:49.195 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 14:22:49.195 INFO kablam! --> src/lib.rs:152:5 Sep 01 14:22:49.195 INFO kablam! | Sep 01 14:22:49.195 INFO kablam! 152 | use syntax::util::small_vector; Sep 01 14:22:49.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 01 14:22:49.195 INFO kablam! Sep 01 14:22:49.273 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 14:22:49.273 INFO kablam! --> src/lib.rs:146:5 Sep 01 14:22:49.273 INFO kablam! | Sep 01 14:22:49.273 INFO kablam! 146 | use syntax::codemap; Sep 01 14:22:49.273 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 01 14:22:49.273 INFO kablam! Sep 01 14:22:49.273 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 14:22:49.273 INFO kablam! --> src/lib.rs:152:5 Sep 01 14:22:49.273 INFO kablam! | Sep 01 14:22:49.273 INFO kablam! 152 | use syntax::util::small_vector; Sep 01 14:22:49.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 01 14:22:49.273 INFO kablam! Sep 01 14:22:49.429 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 14:22:49.431 INFO kablam! --> src/lib.rs:190:19 Sep 01 14:22:49.431 INFO kablam! | Sep 01 14:22:49.431 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 01 14:22:49.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 14:22:49.431 INFO kablam! Sep 01 14:22:49.498 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 14:22:49.498 INFO kablam! --> src/lib.rs:190:19 Sep 01 14:22:49.498 INFO kablam! | Sep 01 14:22:49.498 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 01 14:22:49.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 14:22:49.498 INFO kablam! Sep 01 14:22:49.608 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 14:22:49.608 INFO kablam! --> src/lib.rs:327:19 Sep 01 14:22:49.608 INFO kablam! | Sep 01 14:22:49.608 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 01 14:22:49.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 14:22:49.608 INFO kablam! Sep 01 14:22:49.676 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 14:22:49.676 INFO kablam! --> src/lib.rs:327:19 Sep 01 14:22:49.676 INFO kablam! | Sep 01 14:22:49.676 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 01 14:22:49.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 14:22:49.676 INFO kablam! Sep 01 14:22:49.697 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:22:49.697 INFO kablam! --> src/lib.rs:475:7 Sep 01 14:22:49.697 INFO kablam! | Sep 01 14:22:49.697 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 01 14:22:49.697 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.697 INFO kablam! | Sep 01 14:22:49.697 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.698 INFO kablam! Sep 01 14:22:49.699 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:22:49.699 INFO kablam! --> src/lib.rs:476:7 Sep 01 14:22:49.699 INFO kablam! | Sep 01 14:22:49.699 INFO kablam! 476 | parameters: None, Sep 01 14:22:49.699 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.699 INFO kablam! | Sep 01 14:22:49.699 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.699 INFO kablam! Sep 01 14:22:49.700 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:22:49.700 INFO kablam! --> src/lib.rs:477:7 Sep 01 14:22:49.700 INFO kablam! | Sep 01 14:22:49.700 INFO kablam! 477 | span: Span::default(), Sep 01 14:22:49.700 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.700 INFO kablam! | Sep 01 14:22:49.700 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.700 INFO kablam! Sep 01 14:22:49.712 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:22:49.712 INFO kablam! --> src/lib.rs:485:7 Sep 01 14:22:49.712 INFO kablam! | Sep 01 14:22:49.712 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 01 14:22:49.712 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.712 INFO kablam! | Sep 01 14:22:49.712 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.712 INFO kablam! Sep 01 14:22:49.713 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:22:49.713 INFO kablam! --> src/lib.rs:486:7 Sep 01 14:22:49.713 INFO kablam! | Sep 01 14:22:49.713 INFO kablam! 486 | parameters: None, Sep 01 14:22:49.713 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.713 INFO kablam! | Sep 01 14:22:49.713 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.713 INFO kablam! Sep 01 14:22:49.713 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:22:49.713 INFO kablam! --> src/lib.rs:487:7 Sep 01 14:22:49.713 INFO kablam! | Sep 01 14:22:49.713 INFO kablam! 487 | span: Span::default(), Sep 01 14:22:49.713 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.713 INFO kablam! | Sep 01 14:22:49.713 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.713 INFO kablam! Sep 01 14:22:49.716 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 14:22:49.716 INFO kablam! --> src/lib.rs:499:17 Sep 01 14:22:49.716 INFO kablam! | Sep 01 14:22:49.716 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 01 14:22:49.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 14:22:49.716 INFO kablam! Sep 01 14:22:49.772 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:22:49.772 INFO kablam! --> src/lib.rs:475:7 Sep 01 14:22:49.772 INFO kablam! | Sep 01 14:22:49.772 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 01 14:22:49.772 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.772 INFO kablam! | Sep 01 14:22:49.772 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.772 INFO kablam! Sep 01 14:22:49.774 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:22:49.774 INFO kablam! --> src/lib.rs:476:7 Sep 01 14:22:49.774 INFO kablam! | Sep 01 14:22:49.774 INFO kablam! 476 | parameters: None, Sep 01 14:22:49.774 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.774 INFO kablam! | Sep 01 14:22:49.774 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.774 INFO kablam! Sep 01 14:22:49.775 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:22:49.775 INFO kablam! --> src/lib.rs:477:7 Sep 01 14:22:49.775 INFO kablam! | Sep 01 14:22:49.775 INFO kablam! 477 | span: Span::default(), Sep 01 14:22:49.775 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.775 INFO kablam! | Sep 01 14:22:49.775 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.775 INFO kablam! Sep 01 14:22:49.792 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:22:49.792 INFO kablam! --> src/lib.rs:485:7 Sep 01 14:22:49.792 INFO kablam! | Sep 01 14:22:49.792 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 01 14:22:49.792 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.792 INFO kablam! | Sep 01 14:22:49.792 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.793 INFO kablam! Sep 01 14:22:49.793 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:22:49.793 INFO kablam! --> src/lib.rs:486:7 Sep 01 14:22:49.793 INFO kablam! | Sep 01 14:22:49.793 INFO kablam! 486 | parameters: None, Sep 01 14:22:49.793 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.793 INFO kablam! | Sep 01 14:22:49.793 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.793 INFO kablam! Sep 01 14:22:49.793 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:22:49.793 INFO kablam! --> src/lib.rs:487:7 Sep 01 14:22:49.793 INFO kablam! | Sep 01 14:22:49.793 INFO kablam! 487 | span: Span::default(), Sep 01 14:22:49.793 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.793 INFO kablam! | Sep 01 14:22:49.793 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.794 INFO kablam! Sep 01 14:22:49.798 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 14:22:49.798 INFO kablam! --> src/lib.rs:499:17 Sep 01 14:22:49.798 INFO kablam! | Sep 01 14:22:49.798 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 01 14:22:49.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 14:22:49.798 INFO kablam! Sep 01 14:22:49.801 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:22:49.801 INFO kablam! --> src/lib.rs:634:7 Sep 01 14:22:49.802 INFO kablam! | Sep 01 14:22:49.802 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 01 14:22:49.802 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.802 INFO kablam! | Sep 01 14:22:49.802 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.802 INFO kablam! Sep 01 14:22:49.803 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:22:49.803 INFO kablam! --> src/lib.rs:635:7 Sep 01 14:22:49.803 INFO kablam! | Sep 01 14:22:49.803 INFO kablam! 635 | parameters: None, Sep 01 14:22:49.803 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.803 INFO kablam! | Sep 01 14:22:49.803 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.803 INFO kablam! Sep 01 14:22:49.803 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:22:49.803 INFO kablam! --> src/lib.rs:636:7 Sep 01 14:22:49.803 INFO kablam! | Sep 01 14:22:49.803 INFO kablam! 636 | span: Span::default(), Sep 01 14:22:49.803 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.804 INFO kablam! | Sep 01 14:22:49.804 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.804 INFO kablam! Sep 01 14:22:49.804 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:22:49.804 INFO kablam! --> src/lib.rs:644:7 Sep 01 14:22:49.804 INFO kablam! | Sep 01 14:22:49.804 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 01 14:22:49.804 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.804 INFO kablam! | Sep 01 14:22:49.804 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.804 INFO kablam! Sep 01 14:22:49.804 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:22:49.804 INFO kablam! --> src/lib.rs:645:7 Sep 01 14:22:49.804 INFO kablam! | Sep 01 14:22:49.804 INFO kablam! 645 | parameters: None, Sep 01 14:22:49.804 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.805 INFO kablam! | Sep 01 14:22:49.805 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.805 INFO kablam! Sep 01 14:22:49.805 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:22:49.805 INFO kablam! --> src/lib.rs:646:7 Sep 01 14:22:49.805 INFO kablam! | Sep 01 14:22:49.805 INFO kablam! 646 | span: Span::default(), Sep 01 14:22:49.805 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.805 INFO kablam! | Sep 01 14:22:49.805 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.805 INFO kablam! Sep 01 14:22:49.805 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:22:49.805 INFO kablam! --> src/lib.rs:654:7 Sep 01 14:22:49.805 INFO kablam! | Sep 01 14:22:49.805 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 01 14:22:49.805 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.805 INFO kablam! | Sep 01 14:22:49.805 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.805 INFO kablam! Sep 01 14:22:49.805 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:22:49.805 INFO kablam! --> src/lib.rs:655:7 Sep 01 14:22:49.805 INFO kablam! | Sep 01 14:22:49.806 INFO kablam! 655 | parameters: None, Sep 01 14:22:49.806 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.806 INFO kablam! | Sep 01 14:22:49.806 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.806 INFO kablam! Sep 01 14:22:49.806 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:22:49.806 INFO kablam! --> src/lib.rs:656:7 Sep 01 14:22:49.806 INFO kablam! | Sep 01 14:22:49.806 INFO kablam! 656 | span: Span::default(), Sep 01 14:22:49.806 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.806 INFO kablam! | Sep 01 14:22:49.806 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.806 INFO kablam! Sep 01 14:22:49.809 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 14:22:49.809 INFO kablam! --> src/lib.rs:668:17 Sep 01 14:22:49.809 INFO kablam! | Sep 01 14:22:49.809 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 01 14:22:49.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 14:22:49.809 INFO kablam! Sep 01 14:22:49.891 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:22:49.891 INFO kablam! --> src/lib.rs:815:7 Sep 01 14:22:49.891 INFO kablam! | Sep 01 14:22:49.891 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 01 14:22:49.891 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.891 INFO kablam! | Sep 01 14:22:49.891 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.891 INFO kablam! Sep 01 14:22:49.892 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:22:49.893 INFO kablam! --> src/lib.rs:816:7 Sep 01 14:22:49.893 INFO kablam! | Sep 01 14:22:49.893 INFO kablam! 816 | parameters: None, Sep 01 14:22:49.893 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.893 INFO kablam! | Sep 01 14:22:49.893 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.893 INFO kablam! Sep 01 14:22:49.893 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:22:49.893 INFO kablam! --> src/lib.rs:817:7 Sep 01 14:22:49.893 INFO kablam! | Sep 01 14:22:49.893 INFO kablam! 817 | span: Span::default(), Sep 01 14:22:49.893 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.893 INFO kablam! | Sep 01 14:22:49.893 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.893 INFO kablam! Sep 01 14:22:49.893 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:22:49.893 INFO kablam! --> src/lib.rs:634:7 Sep 01 14:22:49.893 INFO kablam! | Sep 01 14:22:49.893 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 01 14:22:49.893 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.893 INFO kablam! | Sep 01 14:22:49.893 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.893 INFO kablam! Sep 01 14:22:49.893 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:22:49.893 INFO kablam! --> src/lib.rs:825:7 Sep 01 14:22:49.893 INFO kablam! | Sep 01 14:22:49.894 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 01 14:22:49.894 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.894 INFO kablam! | Sep 01 14:22:49.894 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.894 INFO kablam! Sep 01 14:22:49.894 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:22:49.894 INFO kablam! --> src/lib.rs:826:7 Sep 01 14:22:49.894 INFO kablam! | Sep 01 14:22:49.894 INFO kablam! 826 | parameters: None, Sep 01 14:22:49.894 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.894 INFO kablam! | Sep 01 14:22:49.894 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.894 INFO kablam! Sep 01 14:22:49.894 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:22:49.894 INFO kablam! --> src/lib.rs:827:7 Sep 01 14:22:49.894 INFO kablam! | Sep 01 14:22:49.894 INFO kablam! 827 | span: Span::default(), Sep 01 14:22:49.894 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.894 INFO kablam! | Sep 01 14:22:49.894 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.894 INFO kablam! Sep 01 14:22:49.896 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:22:49.896 INFO kablam! --> src/lib.rs:635:7 Sep 01 14:22:49.896 INFO kablam! | Sep 01 14:22:49.896 INFO kablam! 635 | parameters: None, Sep 01 14:22:49.896 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.896 INFO kablam! | Sep 01 14:22:49.896 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.896 INFO kablam! Sep 01 14:22:49.896 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:22:49.896 INFO kablam! --> src/lib.rs:636:7 Sep 01 14:22:49.896 INFO kablam! | Sep 01 14:22:49.896 INFO kablam! 636 | span: Span::default(), Sep 01 14:22:49.896 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.896 INFO kablam! | Sep 01 14:22:49.896 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.896 INFO kablam! Sep 01 14:22:49.897 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:22:49.897 INFO kablam! --> src/lib.rs:644:7 Sep 01 14:22:49.897 INFO kablam! | Sep 01 14:22:49.897 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 01 14:22:49.897 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.897 INFO kablam! | Sep 01 14:22:49.897 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.897 INFO kablam! Sep 01 14:22:49.898 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:22:49.898 INFO kablam! --> src/lib.rs:645:7 Sep 01 14:22:49.898 INFO kablam! | Sep 01 14:22:49.898 INFO kablam! 645 | parameters: None, Sep 01 14:22:49.898 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.898 INFO kablam! | Sep 01 14:22:49.898 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.898 INFO kablam! Sep 01 14:22:49.898 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:22:49.898 INFO kablam! --> src/lib.rs:646:7 Sep 01 14:22:49.898 INFO kablam! | Sep 01 14:22:49.898 INFO kablam! 646 | span: Span::default(), Sep 01 14:22:49.898 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.898 INFO kablam! | Sep 01 14:22:49.899 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.899 INFO kablam! Sep 01 14:22:49.899 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:22:49.899 INFO kablam! --> src/lib.rs:654:7 Sep 01 14:22:49.900 INFO kablam! | Sep 01 14:22:49.900 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 01 14:22:49.900 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.900 INFO kablam! | Sep 01 14:22:49.900 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.900 INFO kablam! Sep 01 14:22:49.900 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:22:49.900 INFO kablam! --> src/lib.rs:655:7 Sep 01 14:22:49.900 INFO kablam! | Sep 01 14:22:49.901 INFO kablam! 655 | parameters: None, Sep 01 14:22:49.901 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.901 INFO kablam! | Sep 01 14:22:49.901 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.901 INFO kablam! Sep 01 14:22:49.901 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:22:49.901 INFO kablam! --> src/lib.rs:656:7 Sep 01 14:22:49.901 INFO kablam! | Sep 01 14:22:49.901 INFO kablam! 656 | span: Span::default(), Sep 01 14:22:49.902 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:49.902 INFO kablam! | Sep 01 14:22:49.902 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:49.902 INFO kablam! Sep 01 14:22:49.906 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 14:22:49.906 INFO kablam! --> src/lib.rs:668:17 Sep 01 14:22:49.906 INFO kablam! | Sep 01 14:22:49.906 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 01 14:22:49.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 14:22:49.906 INFO kablam! Sep 01 14:22:50.003 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:22:50.004 INFO kablam! --> src/lib.rs:815:7 Sep 01 14:22:50.004 INFO kablam! | Sep 01 14:22:50.004 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 01 14:22:50.004 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:50.004 INFO kablam! | Sep 01 14:22:50.004 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:50.004 INFO kablam! Sep 01 14:22:50.006 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:22:50.006 INFO kablam! --> src/lib.rs:816:7 Sep 01 14:22:50.006 INFO kablam! | Sep 01 14:22:50.006 INFO kablam! 816 | parameters: None, Sep 01 14:22:50.006 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:50.006 INFO kablam! | Sep 01 14:22:50.007 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:50.007 INFO kablam! Sep 01 14:22:50.007 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:22:50.007 INFO kablam! --> src/lib.rs:817:7 Sep 01 14:22:50.007 INFO kablam! | Sep 01 14:22:50.007 INFO kablam! 817 | span: Span::default(), Sep 01 14:22:50.007 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:50.007 INFO kablam! | Sep 01 14:22:50.007 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:50.007 INFO kablam! Sep 01 14:22:50.008 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:22:50.008 INFO kablam! --> src/lib.rs:825:7 Sep 01 14:22:50.008 INFO kablam! | Sep 01 14:22:50.008 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 01 14:22:50.008 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:50.008 INFO kablam! | Sep 01 14:22:50.008 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:50.008 INFO kablam! Sep 01 14:22:50.009 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:22:50.009 INFO kablam! --> src/lib.rs:826:7 Sep 01 14:22:50.009 INFO kablam! | Sep 01 14:22:50.009 INFO kablam! 826 | parameters: None, Sep 01 14:22:50.009 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:50.009 INFO kablam! | Sep 01 14:22:50.009 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:50.009 INFO kablam! Sep 01 14:22:50.010 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:22:50.010 INFO kablam! --> src/lib.rs:827:7 Sep 01 14:22:50.010 INFO kablam! | Sep 01 14:22:50.010 INFO kablam! 827 | span: Span::default(), Sep 01 14:22:50.010 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:22:50.010 INFO kablam! | Sep 01 14:22:50.010 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:22:50.010 INFO kablam! Sep 01 14:22:50.043 INFO kablam! error: aborting due to 27 previous errors Sep 01 14:22:50.043 INFO kablam! Sep 01 14:22:50.043 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 01 14:22:50.043 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 01 14:22:50.055 INFO kablam! error: Could not compile `mayda_macros`. Sep 01 14:22:50.055 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 14:22:50.154 INFO kablam! error: aborting due to 27 previous errors Sep 01 14:22:50.154 INFO kablam! Sep 01 14:22:50.154 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 01 14:22:50.154 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 01 14:22:50.166 INFO kablam! error: Could not compile `mayda_macros`. Sep 01 14:22:50.166 INFO kablam! Sep 01 14:22:50.166 INFO kablam! To learn more, run the command again with --verbose. Sep 01 14:22:50.167 INFO kablam! su: No module specific data is present Sep 01 14:22:50.654 INFO running `"docker" "rm" "-f" "f4c30ca0e1cf7d45c9a7bb4fa1598a2a4ed5552761dd91f3a8c3288b71d0c69c"` Sep 01 14:22:50.776 INFO blam! f4c30ca0e1cf7d45c9a7bb4fa1598a2a4ed5552761dd91f3a8c3288b71d0c69c