Sep 17 21:31:21.311 INFO checking mayda_macros-0.1.4 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 21:31:21.311 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 21:31:21.311 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 21:31:21.493 INFO blam! 95150fd69e62545a58a0a13e6c913a4d354bb547c2b083a28a3157368c442601 Sep 17 21:31:21.499 INFO running `"docker" "start" "-a" "95150fd69e62545a58a0a13e6c913a4d354bb547c2b083a28a3157368c442601"` Sep 17 21:31:22.563 INFO kablam! usermod: no changes Sep 17 21:31:22.635 INFO kablam! Checking mayda_macros v0.1.4 (/source) Sep 17 21:31:24.595 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 17 21:31:24.595 INFO kablam! --> src/lib.rs:146:5 Sep 17 21:31:24.595 INFO kablam! | Sep 17 21:31:24.595 INFO kablam! 146 | use syntax::codemap; Sep 17 21:31:24.595 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 17 21:31:24.595 INFO kablam! Sep 17 21:31:24.595 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 17 21:31:24.595 INFO kablam! --> src/lib.rs:152:5 Sep 17 21:31:24.595 INFO kablam! | Sep 17 21:31:24.595 INFO kablam! 152 | use syntax::util::small_vector; Sep 17 21:31:24.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 17 21:31:24.595 INFO kablam! Sep 17 21:31:24.645 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 17 21:31:24.645 INFO kablam! --> src/lib.rs:146:5 Sep 17 21:31:24.646 INFO kablam! | Sep 17 21:31:24.646 INFO kablam! 146 | use syntax::codemap; Sep 17 21:31:24.646 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 17 21:31:24.646 INFO kablam! Sep 17 21:31:24.646 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 17 21:31:24.647 INFO kablam! --> src/lib.rs:152:5 Sep 17 21:31:24.647 INFO kablam! | Sep 17 21:31:24.647 INFO kablam! 152 | use syntax::util::small_vector; Sep 17 21:31:24.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 17 21:31:24.647 INFO kablam! Sep 17 21:31:24.782 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 17 21:31:24.783 INFO kablam! --> src/lib.rs:190:19 Sep 17 21:31:24.783 INFO kablam! | Sep 17 21:31:24.783 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 17 21:31:24.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 17 21:31:24.783 INFO kablam! Sep 17 21:31:24.830 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 17 21:31:24.831 INFO kablam! --> src/lib.rs:190:19 Sep 17 21:31:24.831 INFO kablam! | Sep 17 21:31:24.831 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 17 21:31:24.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 17 21:31:24.831 INFO kablam! Sep 17 21:31:24.914 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 17 21:31:24.915 INFO kablam! --> src/lib.rs:327:19 Sep 17 21:31:24.915 INFO kablam! | Sep 17 21:31:24.915 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 17 21:31:24.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 17 21:31:24.915 INFO kablam! Sep 17 21:31:24.998 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 21:31:24.999 INFO kablam! --> src/lib.rs:475:7 Sep 17 21:31:24.999 INFO kablam! | Sep 17 21:31:24.999 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 17 21:31:24.999 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:24.999 INFO kablam! | Sep 17 21:31:24.999 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:24.999 INFO kablam! Sep 17 21:31:24.999 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 21:31:24.999 INFO kablam! --> src/lib.rs:476:7 Sep 17 21:31:24.999 INFO kablam! | Sep 17 21:31:24.999 INFO kablam! 476 | parameters: None, Sep 17 21:31:24.999 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:24.999 INFO kablam! | Sep 17 21:31:24.999 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:24.999 INFO kablam! Sep 17 21:31:24.999 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 21:31:24.999 INFO kablam! --> src/lib.rs:477:7 Sep 17 21:31:24.999 INFO kablam! | Sep 17 21:31:24.999 INFO kablam! 477 | span: Span::default(), Sep 17 21:31:25.000 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.000 INFO kablam! | Sep 17 21:31:25.000 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.000 INFO kablam! Sep 17 21:31:25.019 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 21:31:25.019 INFO kablam! --> src/lib.rs:485:7 Sep 17 21:31:25.019 INFO kablam! | Sep 17 21:31:25.019 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 17 21:31:25.019 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.019 INFO kablam! | Sep 17 21:31:25.019 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.019 INFO kablam! Sep 17 21:31:25.019 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 21:31:25.019 INFO kablam! --> src/lib.rs:486:7 Sep 17 21:31:25.019 INFO kablam! | Sep 17 21:31:25.019 INFO kablam! 486 | parameters: None, Sep 17 21:31:25.019 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.019 INFO kablam! | Sep 17 21:31:25.019 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.019 INFO kablam! Sep 17 21:31:25.020 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 21:31:25.020 INFO kablam! --> src/lib.rs:487:7 Sep 17 21:31:25.020 INFO kablam! | Sep 17 21:31:25.020 INFO kablam! 487 | span: Span::default(), Sep 17 21:31:25.020 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.020 INFO kablam! | Sep 17 21:31:25.020 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.020 INFO kablam! Sep 17 21:31:25.020 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 17 21:31:25.020 INFO kablam! --> src/lib.rs:499:17 Sep 17 21:31:25.020 INFO kablam! | Sep 17 21:31:25.020 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 17 21:31:25.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 17 21:31:25.020 INFO kablam! Sep 17 21:31:25.043 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 17 21:31:25.043 INFO kablam! --> src/lib.rs:327:19 Sep 17 21:31:25.043 INFO kablam! | Sep 17 21:31:25.043 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 17 21:31:25.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 17 21:31:25.043 INFO kablam! Sep 17 21:31:25.086 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 21:31:25.087 INFO kablam! --> src/lib.rs:634:7 Sep 17 21:31:25.087 INFO kablam! | Sep 17 21:31:25.087 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 17 21:31:25.087 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.087 INFO kablam! | Sep 17 21:31:25.087 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.087 INFO kablam! Sep 17 21:31:25.087 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 21:31:25.087 INFO kablam! --> src/lib.rs:635:7 Sep 17 21:31:25.087 INFO kablam! | Sep 17 21:31:25.087 INFO kablam! 635 | parameters: None, Sep 17 21:31:25.087 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.087 INFO kablam! | Sep 17 21:31:25.087 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.087 INFO kablam! Sep 17 21:31:25.087 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 21:31:25.087 INFO kablam! --> src/lib.rs:636:7 Sep 17 21:31:25.087 INFO kablam! | Sep 17 21:31:25.087 INFO kablam! 636 | span: Span::default(), Sep 17 21:31:25.087 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.087 INFO kablam! | Sep 17 21:31:25.087 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.087 INFO kablam! Sep 17 21:31:25.087 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 21:31:25.087 INFO kablam! --> src/lib.rs:644:7 Sep 17 21:31:25.087 INFO kablam! | Sep 17 21:31:25.087 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 17 21:31:25.087 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.087 INFO kablam! | Sep 17 21:31:25.087 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.087 INFO kablam! Sep 17 21:31:25.087 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 21:31:25.087 INFO kablam! --> src/lib.rs:645:7 Sep 17 21:31:25.087 INFO kablam! | Sep 17 21:31:25.087 INFO kablam! 645 | parameters: None, Sep 17 21:31:25.087 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.087 INFO kablam! | Sep 17 21:31:25.087 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.087 INFO kablam! Sep 17 21:31:25.087 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 21:31:25.087 INFO kablam! --> src/lib.rs:646:7 Sep 17 21:31:25.087 INFO kablam! | Sep 17 21:31:25.087 INFO kablam! 646 | span: Span::default(), Sep 17 21:31:25.087 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.087 INFO kablam! | Sep 17 21:31:25.087 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.087 INFO kablam! Sep 17 21:31:25.087 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 21:31:25.087 INFO kablam! --> src/lib.rs:654:7 Sep 17 21:31:25.087 INFO kablam! | Sep 17 21:31:25.087 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 17 21:31:25.087 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.087 INFO kablam! | Sep 17 21:31:25.087 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.087 INFO kablam! Sep 17 21:31:25.087 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 21:31:25.087 INFO kablam! --> src/lib.rs:655:7 Sep 17 21:31:25.087 INFO kablam! | Sep 17 21:31:25.087 INFO kablam! 655 | parameters: None, Sep 17 21:31:25.087 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.087 INFO kablam! | Sep 17 21:31:25.087 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.087 INFO kablam! Sep 17 21:31:25.087 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 21:31:25.087 INFO kablam! --> src/lib.rs:656:7 Sep 17 21:31:25.087 INFO kablam! | Sep 17 21:31:25.087 INFO kablam! 656 | span: Span::default(), Sep 17 21:31:25.087 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.088 INFO kablam! | Sep 17 21:31:25.088 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.088 INFO kablam! Sep 17 21:31:25.098 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 17 21:31:25.099 INFO kablam! --> src/lib.rs:668:17 Sep 17 21:31:25.099 INFO kablam! | Sep 17 21:31:25.099 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 17 21:31:25.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 17 21:31:25.099 INFO kablam! Sep 17 21:31:25.163 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 21:31:25.163 INFO kablam! --> src/lib.rs:475:7 Sep 17 21:31:25.163 INFO kablam! | Sep 17 21:31:25.163 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 17 21:31:25.163 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.163 INFO kablam! | Sep 17 21:31:25.163 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.163 INFO kablam! Sep 17 21:31:25.163 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 21:31:25.163 INFO kablam! --> src/lib.rs:476:7 Sep 17 21:31:25.163 INFO kablam! | Sep 17 21:31:25.163 INFO kablam! 476 | parameters: None, Sep 17 21:31:25.163 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.163 INFO kablam! | Sep 17 21:31:25.163 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.163 INFO kablam! Sep 17 21:31:25.163 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 21:31:25.163 INFO kablam! --> src/lib.rs:477:7 Sep 17 21:31:25.163 INFO kablam! | Sep 17 21:31:25.163 INFO kablam! 477 | span: Span::default(), Sep 17 21:31:25.163 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.163 INFO kablam! | Sep 17 21:31:25.163 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.163 INFO kablam! Sep 17 21:31:25.191 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 21:31:25.191 INFO kablam! --> src/lib.rs:485:7 Sep 17 21:31:25.191 INFO kablam! | Sep 17 21:31:25.191 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 17 21:31:25.191 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.191 INFO kablam! | Sep 17 21:31:25.191 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.191 INFO kablam! Sep 17 21:31:25.191 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 21:31:25.191 INFO kablam! --> src/lib.rs:486:7 Sep 17 21:31:25.191 INFO kablam! | Sep 17 21:31:25.191 INFO kablam! 486 | parameters: None, Sep 17 21:31:25.191 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.191 INFO kablam! | Sep 17 21:31:25.191 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.191 INFO kablam! Sep 17 21:31:25.191 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 21:31:25.191 INFO kablam! --> src/lib.rs:487:7 Sep 17 21:31:25.191 INFO kablam! | Sep 17 21:31:25.191 INFO kablam! 487 | span: Span::default(), Sep 17 21:31:25.191 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.191 INFO kablam! | Sep 17 21:31:25.191 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.191 INFO kablam! Sep 17 21:31:25.191 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 17 21:31:25.191 INFO kablam! --> src/lib.rs:499:17 Sep 17 21:31:25.191 INFO kablam! | Sep 17 21:31:25.191 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 17 21:31:25.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 17 21:31:25.191 INFO kablam! Sep 17 21:31:25.206 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 21:31:25.207 INFO kablam! --> src/lib.rs:815:7 Sep 17 21:31:25.207 INFO kablam! | Sep 17 21:31:25.207 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 17 21:31:25.207 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.207 INFO kablam! | Sep 17 21:31:25.207 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.207 INFO kablam! Sep 17 21:31:25.210 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 21:31:25.211 INFO kablam! --> src/lib.rs:816:7 Sep 17 21:31:25.211 INFO kablam! | Sep 17 21:31:25.211 INFO kablam! 816 | parameters: None, Sep 17 21:31:25.211 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.211 INFO kablam! | Sep 17 21:31:25.211 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.211 INFO kablam! Sep 17 21:31:25.211 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 21:31:25.211 INFO kablam! --> src/lib.rs:817:7 Sep 17 21:31:25.211 INFO kablam! | Sep 17 21:31:25.211 INFO kablam! 817 | span: Span::default(), Sep 17 21:31:25.211 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.211 INFO kablam! | Sep 17 21:31:25.211 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.211 INFO kablam! Sep 17 21:31:25.211 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 21:31:25.211 INFO kablam! --> src/lib.rs:825:7 Sep 17 21:31:25.211 INFO kablam! | Sep 17 21:31:25.211 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 17 21:31:25.211 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.211 INFO kablam! | Sep 17 21:31:25.211 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.211 INFO kablam! Sep 17 21:31:25.211 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 21:31:25.211 INFO kablam! --> src/lib.rs:826:7 Sep 17 21:31:25.211 INFO kablam! | Sep 17 21:31:25.211 INFO kablam! 826 | parameters: None, Sep 17 21:31:25.211 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.211 INFO kablam! | Sep 17 21:31:25.211 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.211 INFO kablam! Sep 17 21:31:25.211 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 21:31:25.211 INFO kablam! --> src/lib.rs:827:7 Sep 17 21:31:25.211 INFO kablam! | Sep 17 21:31:25.211 INFO kablam! 827 | span: Span::default(), Sep 17 21:31:25.211 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.211 INFO kablam! | Sep 17 21:31:25.211 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.211 INFO kablam! Sep 17 21:31:25.293 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 21:31:25.293 INFO kablam! --> src/lib.rs:634:7 Sep 17 21:31:25.293 INFO kablam! | Sep 17 21:31:25.293 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 17 21:31:25.293 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.293 INFO kablam! | Sep 17 21:31:25.293 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.293 INFO kablam! Sep 17 21:31:25.298 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 21:31:25.299 INFO kablam! --> src/lib.rs:635:7 Sep 17 21:31:25.299 INFO kablam! | Sep 17 21:31:25.299 INFO kablam! 635 | parameters: None, Sep 17 21:31:25.299 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.299 INFO kablam! | Sep 17 21:31:25.299 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.299 INFO kablam! Sep 17 21:31:25.299 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 21:31:25.299 INFO kablam! --> src/lib.rs:636:7 Sep 17 21:31:25.299 INFO kablam! | Sep 17 21:31:25.299 INFO kablam! 636 | span: Span::default(), Sep 17 21:31:25.299 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.299 INFO kablam! | Sep 17 21:31:25.299 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.299 INFO kablam! Sep 17 21:31:25.299 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 21:31:25.299 INFO kablam! --> src/lib.rs:644:7 Sep 17 21:31:25.299 INFO kablam! | Sep 17 21:31:25.299 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 17 21:31:25.299 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.299 INFO kablam! | Sep 17 21:31:25.299 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.299 INFO kablam! Sep 17 21:31:25.299 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 21:31:25.299 INFO kablam! --> src/lib.rs:645:7 Sep 17 21:31:25.299 INFO kablam! | Sep 17 21:31:25.299 INFO kablam! 645 | parameters: None, Sep 17 21:31:25.299 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.299 INFO kablam! | Sep 17 21:31:25.299 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.299 INFO kablam! Sep 17 21:31:25.299 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 21:31:25.299 INFO kablam! --> src/lib.rs:646:7 Sep 17 21:31:25.299 INFO kablam! | Sep 17 21:31:25.299 INFO kablam! 646 | span: Span::default(), Sep 17 21:31:25.299 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.299 INFO kablam! | Sep 17 21:31:25.299 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.299 INFO kablam! Sep 17 21:31:25.299 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 21:31:25.299 INFO kablam! --> src/lib.rs:654:7 Sep 17 21:31:25.299 INFO kablam! | Sep 17 21:31:25.299 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 17 21:31:25.299 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.299 INFO kablam! | Sep 17 21:31:25.299 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.299 INFO kablam! Sep 17 21:31:25.299 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 21:31:25.299 INFO kablam! --> src/lib.rs:655:7 Sep 17 21:31:25.299 INFO kablam! | Sep 17 21:31:25.299 INFO kablam! 655 | parameters: None, Sep 17 21:31:25.299 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.299 INFO kablam! | Sep 17 21:31:25.299 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.299 INFO kablam! Sep 17 21:31:25.299 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 21:31:25.299 INFO kablam! --> src/lib.rs:656:7 Sep 17 21:31:25.299 INFO kablam! | Sep 17 21:31:25.299 INFO kablam! 656 | span: Span::default(), Sep 17 21:31:25.299 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.299 INFO kablam! | Sep 17 21:31:25.299 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.299 INFO kablam! Sep 17 21:31:25.303 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 17 21:31:25.303 INFO kablam! --> src/lib.rs:668:17 Sep 17 21:31:25.303 INFO kablam! | Sep 17 21:31:25.303 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 17 21:31:25.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 17 21:31:25.303 INFO kablam! Sep 17 21:31:25.358 INFO kablam! error: aborting due to 27 previous errors Sep 17 21:31:25.359 INFO kablam! Sep 17 21:31:25.359 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 17 21:31:25.359 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 17 21:31:25.402 INFO kablam! error: Could not compile `mayda_macros`. Sep 17 21:31:25.403 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 21:31:25.406 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 21:31:25.407 INFO kablam! --> src/lib.rs:815:7 Sep 17 21:31:25.407 INFO kablam! | Sep 17 21:31:25.407 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 17 21:31:25.407 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.407 INFO kablam! | Sep 17 21:31:25.407 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.407 INFO kablam! Sep 17 21:31:25.407 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 21:31:25.407 INFO kablam! --> src/lib.rs:816:7 Sep 17 21:31:25.407 INFO kablam! | Sep 17 21:31:25.407 INFO kablam! 816 | parameters: None, Sep 17 21:31:25.407 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.407 INFO kablam! | Sep 17 21:31:25.407 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.407 INFO kablam! Sep 17 21:31:25.407 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 21:31:25.407 INFO kablam! --> src/lib.rs:817:7 Sep 17 21:31:25.407 INFO kablam! | Sep 17 21:31:25.407 INFO kablam! 817 | span: Span::default(), Sep 17 21:31:25.407 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.407 INFO kablam! | Sep 17 21:31:25.407 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.407 INFO kablam! Sep 17 21:31:25.407 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 17 21:31:25.407 INFO kablam! --> src/lib.rs:825:7 Sep 17 21:31:25.407 INFO kablam! | Sep 17 21:31:25.407 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 17 21:31:25.407 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.407 INFO kablam! | Sep 17 21:31:25.407 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.407 INFO kablam! Sep 17 21:31:25.407 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 17 21:31:25.407 INFO kablam! --> src/lib.rs:826:7 Sep 17 21:31:25.407 INFO kablam! | Sep 17 21:31:25.407 INFO kablam! 826 | parameters: None, Sep 17 21:31:25.407 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.407 INFO kablam! | Sep 17 21:31:25.407 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.407 INFO kablam! Sep 17 21:31:25.407 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 17 21:31:25.407 INFO kablam! --> src/lib.rs:827:7 Sep 17 21:31:25.407 INFO kablam! | Sep 17 21:31:25.407 INFO kablam! 827 | span: Span::default(), Sep 17 21:31:25.407 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 17 21:31:25.407 INFO kablam! | Sep 17 21:31:25.407 INFO kablam! = note: available fields are: `ident`, `args` Sep 17 21:31:25.407 INFO kablam! Sep 17 21:31:25.494 INFO kablam! error: aborting due to 27 previous errors Sep 17 21:31:25.495 INFO kablam! Sep 17 21:31:25.495 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 17 21:31:25.495 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 17 21:31:25.515 INFO kablam! error: Could not compile `mayda_macros`. Sep 17 21:31:25.515 INFO kablam! Sep 17 21:31:25.515 INFO kablam! To learn more, run the command again with --verbose. Sep 17 21:31:25.515 INFO kablam! su: No module specific data is present Sep 17 21:31:26.731 INFO running `"docker" "rm" "-f" "95150fd69e62545a58a0a13e6c913a4d354bb547c2b083a28a3157368c442601"` Sep 17 21:31:26.863 INFO blam! 95150fd69e62545a58a0a13e6c913a4d354bb547c2b083a28a3157368c442601