Sep 20 00:20:28.994 INFO checking mayda_macros-0.1.4 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 00:20:28.994 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 00:20:28.994 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:20:29.338 INFO blam! c8f754c20d84109380d0b25958c6b9e5886a8c3793c7326db0e0cb3e76acda4f Sep 20 00:20:29.340 INFO running `"docker" "start" "-a" "c8f754c20d84109380d0b25958c6b9e5886a8c3793c7326db0e0cb3e76acda4f"` Sep 20 00:20:30.570 INFO kablam! usermod: no changes Sep 20 00:20:30.601 INFO kablam! Checking mayda_macros v0.1.4 (/source) Sep 20 00:20:33.150 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 00:20:33.150 INFO kablam! --> src/lib.rs:146:5 Sep 20 00:20:33.150 INFO kablam! | Sep 20 00:20:33.150 INFO kablam! 146 | use syntax::codemap; Sep 20 00:20:33.150 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 20 00:20:33.178 INFO kablam! Sep 20 00:20:33.178 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 00:20:33.178 INFO kablam! --> src/lib.rs:152:5 Sep 20 00:20:33.178 INFO kablam! | Sep 20 00:20:33.178 INFO kablam! 152 | use syntax::util::small_vector; Sep 20 00:20:33.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 20 00:20:33.178 INFO kablam! Sep 20 00:20:33.499 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 20 00:20:33.499 INFO kablam! --> src/lib.rs:190:19 Sep 20 00:20:33.499 INFO kablam! | Sep 20 00:20:33.499 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 20 00:20:33.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 00:20:33.502 INFO kablam! Sep 20 00:20:33.612 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 20 00:20:33.613 INFO kablam! --> src/lib.rs:327:19 Sep 20 00:20:33.613 INFO kablam! | Sep 20 00:20:33.613 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 20 00:20:33.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 00:20:33.613 INFO kablam! Sep 20 00:20:33.649 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 20 00:20:33.649 INFO kablam! --> src/lib.rs:475:7 Sep 20 00:20:33.649 INFO kablam! | Sep 20 00:20:33.649 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 20 00:20:33.649 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.649 INFO kablam! | Sep 20 00:20:33.649 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.649 INFO kablam! Sep 20 00:20:33.651 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 20 00:20:33.651 INFO kablam! --> src/lib.rs:476:7 Sep 20 00:20:33.651 INFO kablam! | Sep 20 00:20:33.651 INFO kablam! 476 | parameters: None, Sep 20 00:20:33.651 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.651 INFO kablam! | Sep 20 00:20:33.651 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.651 INFO kablam! Sep 20 00:20:33.651 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 20 00:20:33.652 INFO kablam! --> src/lib.rs:477:7 Sep 20 00:20:33.652 INFO kablam! | Sep 20 00:20:33.652 INFO kablam! 477 | span: Span::default(), Sep 20 00:20:33.652 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.652 INFO kablam! | Sep 20 00:20:33.652 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.652 INFO kablam! Sep 20 00:20:33.660 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 20 00:20:33.660 INFO kablam! --> src/lib.rs:485:7 Sep 20 00:20:33.660 INFO kablam! | Sep 20 00:20:33.660 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 20 00:20:33.660 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.661 INFO kablam! | Sep 20 00:20:33.661 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.661 INFO kablam! Sep 20 00:20:33.661 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 20 00:20:33.661 INFO kablam! --> src/lib.rs:486:7 Sep 20 00:20:33.662 INFO kablam! | Sep 20 00:20:33.662 INFO kablam! 486 | parameters: None, Sep 20 00:20:33.662 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.662 INFO kablam! | Sep 20 00:20:33.662 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.662 INFO kablam! Sep 20 00:20:33.663 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 20 00:20:33.663 INFO kablam! --> src/lib.rs:487:7 Sep 20 00:20:33.663 INFO kablam! | Sep 20 00:20:33.663 INFO kablam! 487 | span: Span::default(), Sep 20 00:20:33.663 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.663 INFO kablam! | Sep 20 00:20:33.664 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.664 INFO kablam! Sep 20 00:20:33.666 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 20 00:20:33.666 INFO kablam! --> src/lib.rs:499:17 Sep 20 00:20:33.666 INFO kablam! | Sep 20 00:20:33.666 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 20 00:20:33.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 00:20:33.667 INFO kablam! Sep 20 00:20:33.704 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 20 00:20:33.704 INFO kablam! --> src/lib.rs:634:7 Sep 20 00:20:33.704 INFO kablam! | Sep 20 00:20:33.704 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 20 00:20:33.704 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.705 INFO kablam! | Sep 20 00:20:33.705 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.705 INFO kablam! Sep 20 00:20:33.706 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 20 00:20:33.706 INFO kablam! --> src/lib.rs:635:7 Sep 20 00:20:33.706 INFO kablam! | Sep 20 00:20:33.706 INFO kablam! 635 | parameters: None, Sep 20 00:20:33.707 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.707 INFO kablam! | Sep 20 00:20:33.707 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.707 INFO kablam! Sep 20 00:20:33.707 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 20 00:20:33.707 INFO kablam! --> src/lib.rs:636:7 Sep 20 00:20:33.708 INFO kablam! | Sep 20 00:20:33.708 INFO kablam! 636 | span: Span::default(), Sep 20 00:20:33.708 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.708 INFO kablam! | Sep 20 00:20:33.708 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.708 INFO kablam! Sep 20 00:20:33.709 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 20 00:20:33.709 INFO kablam! --> src/lib.rs:644:7 Sep 20 00:20:33.709 INFO kablam! | Sep 20 00:20:33.709 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 20 00:20:33.709 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.710 INFO kablam! | Sep 20 00:20:33.710 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.710 INFO kablam! Sep 20 00:20:33.710 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 20 00:20:33.710 INFO kablam! --> src/lib.rs:645:7 Sep 20 00:20:33.711 INFO kablam! | Sep 20 00:20:33.711 INFO kablam! 645 | parameters: None, Sep 20 00:20:33.711 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.711 INFO kablam! | Sep 20 00:20:33.711 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.711 INFO kablam! Sep 20 00:20:33.712 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 20 00:20:33.712 INFO kablam! --> src/lib.rs:646:7 Sep 20 00:20:33.712 INFO kablam! | Sep 20 00:20:33.712 INFO kablam! 646 | span: Span::default(), Sep 20 00:20:33.712 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.712 INFO kablam! | Sep 20 00:20:33.712 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.713 INFO kablam! Sep 20 00:20:33.713 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 20 00:20:33.713 INFO kablam! --> src/lib.rs:654:7 Sep 20 00:20:33.713 INFO kablam! | Sep 20 00:20:33.713 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 20 00:20:33.714 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.714 INFO kablam! | Sep 20 00:20:33.714 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.714 INFO kablam! Sep 20 00:20:33.714 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 20 00:20:33.715 INFO kablam! --> src/lib.rs:655:7 Sep 20 00:20:33.715 INFO kablam! | Sep 20 00:20:33.715 INFO kablam! 655 | parameters: None, Sep 20 00:20:33.715 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.715 INFO kablam! | Sep 20 00:20:33.715 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.715 INFO kablam! Sep 20 00:20:33.716 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 20 00:20:33.716 INFO kablam! --> src/lib.rs:656:7 Sep 20 00:20:33.716 INFO kablam! | Sep 20 00:20:33.716 INFO kablam! 656 | span: Span::default(), Sep 20 00:20:33.716 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.716 INFO kablam! | Sep 20 00:20:33.716 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.716 INFO kablam! Sep 20 00:20:33.718 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 20 00:20:33.718 INFO kablam! --> src/lib.rs:668:17 Sep 20 00:20:33.718 INFO kablam! | Sep 20 00:20:33.718 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 20 00:20:33.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 00:20:33.718 INFO kablam! Sep 20 00:20:33.782 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 20 00:20:33.782 INFO kablam! --> src/lib.rs:815:7 Sep 20 00:20:33.782 INFO kablam! | Sep 20 00:20:33.782 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 20 00:20:33.782 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.782 INFO kablam! | Sep 20 00:20:33.782 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.782 INFO kablam! Sep 20 00:20:33.783 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 20 00:20:33.783 INFO kablam! --> src/lib.rs:816:7 Sep 20 00:20:33.783 INFO kablam! | Sep 20 00:20:33.783 INFO kablam! 816 | parameters: None, Sep 20 00:20:33.783 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.783 INFO kablam! | Sep 20 00:20:33.783 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.794 INFO kablam! Sep 20 00:20:33.794 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 20 00:20:33.794 INFO kablam! --> src/lib.rs:817:7 Sep 20 00:20:33.794 INFO kablam! | Sep 20 00:20:33.794 INFO kablam! 817 | span: Span::default(), Sep 20 00:20:33.794 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.794 INFO kablam! | Sep 20 00:20:33.794 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.794 INFO kablam! Sep 20 00:20:33.794 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 20 00:20:33.794 INFO kablam! --> src/lib.rs:825:7 Sep 20 00:20:33.794 INFO kablam! | Sep 20 00:20:33.794 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 20 00:20:33.794 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.794 INFO kablam! | Sep 20 00:20:33.794 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.794 INFO kablam! Sep 20 00:20:33.794 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 20 00:20:33.794 INFO kablam! --> src/lib.rs:826:7 Sep 20 00:20:33.794 INFO kablam! | Sep 20 00:20:33.794 INFO kablam! 826 | parameters: None, Sep 20 00:20:33.794 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.794 INFO kablam! | Sep 20 00:20:33.794 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.794 INFO kablam! Sep 20 00:20:33.794 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 20 00:20:33.794 INFO kablam! --> src/lib.rs:827:7 Sep 20 00:20:33.794 INFO kablam! | Sep 20 00:20:33.794 INFO kablam! 827 | span: Span::default(), Sep 20 00:20:33.794 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:33.794 INFO kablam! | Sep 20 00:20:33.794 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:33.794 INFO kablam! Sep 20 00:20:33.950 INFO kablam! error: aborting due to 27 previous errors Sep 20 00:20:33.950 INFO kablam! Sep 20 00:20:33.950 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 20 00:20:33.950 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 00:20:33.958 INFO kablam! error: Could not compile `mayda_macros`. Sep 20 00:20:33.958 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 00:20:34.186 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 00:20:34.186 INFO kablam! --> src/lib.rs:146:5 Sep 20 00:20:34.186 INFO kablam! | Sep 20 00:20:34.186 INFO kablam! 146 | use syntax::codemap; Sep 20 00:20:34.186 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 20 00:20:34.186 INFO kablam! Sep 20 00:20:34.186 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 20 00:20:34.186 INFO kablam! --> src/lib.rs:152:5 Sep 20 00:20:34.186 INFO kablam! | Sep 20 00:20:34.186 INFO kablam! 152 | use syntax::util::small_vector; Sep 20 00:20:34.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 20 00:20:34.186 INFO kablam! Sep 20 00:20:34.322 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 20 00:20:34.322 INFO kablam! --> src/lib.rs:190:19 Sep 20 00:20:34.322 INFO kablam! | Sep 20 00:20:34.322 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 20 00:20:34.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 00:20:34.322 INFO kablam! Sep 20 00:20:34.414 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 20 00:20:34.414 INFO kablam! --> src/lib.rs:327:19 Sep 20 00:20:34.414 INFO kablam! | Sep 20 00:20:34.414 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 20 00:20:34.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 00:20:34.414 INFO kablam! Sep 20 00:20:34.462 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 20 00:20:34.462 INFO kablam! --> src/lib.rs:475:7 Sep 20 00:20:34.462 INFO kablam! | Sep 20 00:20:34.462 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 20 00:20:34.462 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.462 INFO kablam! | Sep 20 00:20:34.462 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.462 INFO kablam! Sep 20 00:20:34.462 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 20 00:20:34.462 INFO kablam! --> src/lib.rs:476:7 Sep 20 00:20:34.462 INFO kablam! | Sep 20 00:20:34.462 INFO kablam! 476 | parameters: None, Sep 20 00:20:34.462 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.462 INFO kablam! | Sep 20 00:20:34.462 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.462 INFO kablam! Sep 20 00:20:34.462 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 20 00:20:34.462 INFO kablam! --> src/lib.rs:477:7 Sep 20 00:20:34.462 INFO kablam! | Sep 20 00:20:34.462 INFO kablam! 477 | span: Span::default(), Sep 20 00:20:34.462 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.462 INFO kablam! | Sep 20 00:20:34.462 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.462 INFO kablam! Sep 20 00:20:34.470 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 20 00:20:34.470 INFO kablam! --> src/lib.rs:485:7 Sep 20 00:20:34.470 INFO kablam! | Sep 20 00:20:34.470 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 20 00:20:34.470 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.470 INFO kablam! | Sep 20 00:20:34.470 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.470 INFO kablam! Sep 20 00:20:34.470 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 20 00:20:34.470 INFO kablam! --> src/lib.rs:486:7 Sep 20 00:20:34.470 INFO kablam! | Sep 20 00:20:34.470 INFO kablam! 486 | parameters: None, Sep 20 00:20:34.470 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.470 INFO kablam! | Sep 20 00:20:34.470 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.470 INFO kablam! Sep 20 00:20:34.470 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 20 00:20:34.470 INFO kablam! --> src/lib.rs:487:7 Sep 20 00:20:34.470 INFO kablam! | Sep 20 00:20:34.470 INFO kablam! 487 | span: Span::default(), Sep 20 00:20:34.470 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.470 INFO kablam! | Sep 20 00:20:34.470 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.470 INFO kablam! Sep 20 00:20:34.470 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 20 00:20:34.470 INFO kablam! --> src/lib.rs:499:17 Sep 20 00:20:34.470 INFO kablam! | Sep 20 00:20:34.470 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 20 00:20:34.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 00:20:34.470 INFO kablam! Sep 20 00:20:34.515 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 20 00:20:34.515 INFO kablam! --> src/lib.rs:634:7 Sep 20 00:20:34.515 INFO kablam! | Sep 20 00:20:34.515 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 20 00:20:34.515 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.515 INFO kablam! | Sep 20 00:20:34.515 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.515 INFO kablam! Sep 20 00:20:34.515 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 20 00:20:34.515 INFO kablam! --> src/lib.rs:635:7 Sep 20 00:20:34.515 INFO kablam! | Sep 20 00:20:34.515 INFO kablam! 635 | parameters: None, Sep 20 00:20:34.515 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.515 INFO kablam! | Sep 20 00:20:34.515 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.515 INFO kablam! Sep 20 00:20:34.515 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 20 00:20:34.515 INFO kablam! --> src/lib.rs:636:7 Sep 20 00:20:34.515 INFO kablam! | Sep 20 00:20:34.515 INFO kablam! 636 | span: Span::default(), Sep 20 00:20:34.515 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.515 INFO kablam! | Sep 20 00:20:34.515 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.515 INFO kablam! Sep 20 00:20:34.515 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 20 00:20:34.515 INFO kablam! --> src/lib.rs:644:7 Sep 20 00:20:34.515 INFO kablam! | Sep 20 00:20:34.515 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 20 00:20:34.515 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.515 INFO kablam! | Sep 20 00:20:34.515 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.515 INFO kablam! Sep 20 00:20:34.515 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 20 00:20:34.515 INFO kablam! --> src/lib.rs:645:7 Sep 20 00:20:34.515 INFO kablam! | Sep 20 00:20:34.515 INFO kablam! 645 | parameters: None, Sep 20 00:20:34.515 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.515 INFO kablam! | Sep 20 00:20:34.515 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.515 INFO kablam! Sep 20 00:20:34.515 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 20 00:20:34.515 INFO kablam! --> src/lib.rs:646:7 Sep 20 00:20:34.515 INFO kablam! | Sep 20 00:20:34.515 INFO kablam! 646 | span: Span::default(), Sep 20 00:20:34.515 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.515 INFO kablam! | Sep 20 00:20:34.515 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.515 INFO kablam! Sep 20 00:20:34.516 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 20 00:20:34.516 INFO kablam! --> src/lib.rs:654:7 Sep 20 00:20:34.516 INFO kablam! | Sep 20 00:20:34.516 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 20 00:20:34.516 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.516 INFO kablam! | Sep 20 00:20:34.516 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.516 INFO kablam! Sep 20 00:20:34.516 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 20 00:20:34.516 INFO kablam! --> src/lib.rs:655:7 Sep 20 00:20:34.516 INFO kablam! | Sep 20 00:20:34.516 INFO kablam! 655 | parameters: None, Sep 20 00:20:34.516 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.516 INFO kablam! | Sep 20 00:20:34.516 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.516 INFO kablam! Sep 20 00:20:34.516 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 20 00:20:34.516 INFO kablam! --> src/lib.rs:656:7 Sep 20 00:20:34.516 INFO kablam! | Sep 20 00:20:34.516 INFO kablam! 656 | span: Span::default(), Sep 20 00:20:34.516 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.516 INFO kablam! | Sep 20 00:20:34.516 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.516 INFO kablam! Sep 20 00:20:34.516 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 20 00:20:34.516 INFO kablam! --> src/lib.rs:668:17 Sep 20 00:20:34.516 INFO kablam! | Sep 20 00:20:34.516 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 20 00:20:34.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 20 00:20:34.516 INFO kablam! Sep 20 00:20:34.554 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 20 00:20:34.554 INFO kablam! --> src/lib.rs:815:7 Sep 20 00:20:34.554 INFO kablam! | Sep 20 00:20:34.554 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 20 00:20:34.554 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.554 INFO kablam! | Sep 20 00:20:34.554 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.554 INFO kablam! Sep 20 00:20:34.554 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 20 00:20:34.554 INFO kablam! --> src/lib.rs:816:7 Sep 20 00:20:34.554 INFO kablam! | Sep 20 00:20:34.554 INFO kablam! 816 | parameters: None, Sep 20 00:20:34.554 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.554 INFO kablam! | Sep 20 00:20:34.554 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.554 INFO kablam! Sep 20 00:20:34.554 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 20 00:20:34.554 INFO kablam! --> src/lib.rs:817:7 Sep 20 00:20:34.554 INFO kablam! | Sep 20 00:20:34.554 INFO kablam! 817 | span: Span::default(), Sep 20 00:20:34.554 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.554 INFO kablam! | Sep 20 00:20:34.554 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.554 INFO kablam! Sep 20 00:20:34.554 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 20 00:20:34.554 INFO kablam! --> src/lib.rs:825:7 Sep 20 00:20:34.554 INFO kablam! | Sep 20 00:20:34.554 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 20 00:20:34.554 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.554 INFO kablam! | Sep 20 00:20:34.555 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.555 INFO kablam! Sep 20 00:20:34.555 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 20 00:20:34.555 INFO kablam! --> src/lib.rs:826:7 Sep 20 00:20:34.555 INFO kablam! | Sep 20 00:20:34.555 INFO kablam! 826 | parameters: None, Sep 20 00:20:34.555 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.555 INFO kablam! | Sep 20 00:20:34.555 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.555 INFO kablam! Sep 20 00:20:34.555 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 20 00:20:34.555 INFO kablam! --> src/lib.rs:827:7 Sep 20 00:20:34.555 INFO kablam! | Sep 20 00:20:34.555 INFO kablam! 827 | span: Span::default(), Sep 20 00:20:34.555 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 20 00:20:34.555 INFO kablam! | Sep 20 00:20:34.555 INFO kablam! = note: available fields are: `ident`, `args` Sep 20 00:20:34.555 INFO kablam! Sep 20 00:20:34.634 INFO kablam! error: aborting due to 27 previous errors Sep 20 00:20:34.634 INFO kablam! Sep 20 00:20:34.634 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 20 00:20:34.634 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 20 00:20:34.655 INFO kablam! error: Could not compile `mayda_macros`. Sep 20 00:20:34.655 INFO kablam! Sep 20 00:20:34.655 INFO kablam! To learn more, run the command again with --verbose. Sep 20 00:20:34.655 INFO kablam! su: No module specific data is present Sep 20 00:20:35.599 INFO running `"docker" "rm" "-f" "c8f754c20d84109380d0b25958c6b9e5886a8c3793c7326db0e0cb3e76acda4f"` Sep 20 00:20:35.786 INFO blam! c8f754c20d84109380d0b25958c6b9e5886a8c3793c7326db0e0cb3e76acda4f