Sep 19 22:30:52.985 INFO checking mayda_macros-0.1.4 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 22:30:52.985 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 22:30:52.985 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:30:53.275 INFO blam! 22aa2d6359da23a7a10ab3a1a2c40e72b977a02954afc55d4f5430d64536e757 Sep 19 22:30:53.277 INFO running `"docker" "start" "-a" "22aa2d6359da23a7a10ab3a1a2c40e72b977a02954afc55d4f5430d64536e757"` Sep 19 22:30:54.467 INFO kablam! usermod: no changes Sep 19 22:30:54.552 INFO kablam! Checking mayda_macros v0.1.4 (/source) Sep 19 22:30:56.675 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 22:30:56.675 INFO kablam! --> src/lib.rs:146:5 Sep 19 22:30:56.675 INFO kablam! | Sep 19 22:30:56.675 INFO kablam! 146 | use syntax::codemap; Sep 19 22:30:56.675 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 19 22:30:56.675 INFO kablam! Sep 19 22:30:56.675 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 19 22:30:56.675 INFO kablam! --> src/lib.rs:152:5 Sep 19 22:30:56.675 INFO kablam! | Sep 19 22:30:56.675 INFO kablam! 152 | use syntax::util::small_vector; Sep 19 22:30:56.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 19 22:30:56.675 INFO kablam! Sep 19 22:30:56.830 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 19 22:30:56.831 INFO kablam! --> src/lib.rs:190:19 Sep 19 22:30:56.831 INFO kablam! | Sep 19 22:30:56.831 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 19 22:30:56.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 19 22:30:56.831 INFO kablam! Sep 19 22:30:56.899 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 22:30:56.899 INFO kablam! --> src/lib.rs:146:5 Sep 19 22:30:56.899 INFO kablam! | Sep 19 22:30:56.899 INFO kablam! 146 | use syntax::codemap; Sep 19 22:30:56.899 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 19 22:30:56.899 INFO kablam! Sep 19 22:30:56.899 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 19 22:30:56.899 INFO kablam! --> src/lib.rs:152:5 Sep 19 22:30:56.899 INFO kablam! | Sep 19 22:30:56.899 INFO kablam! 152 | use syntax::util::small_vector; Sep 19 22:30:56.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 19 22:30:56.899 INFO kablam! Sep 19 22:30:56.947 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 19 22:30:56.947 INFO kablam! --> src/lib.rs:327:19 Sep 19 22:30:56.947 INFO kablam! | Sep 19 22:30:56.947 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 19 22:30:56.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 19 22:30:56.947 INFO kablam! Sep 19 22:30:57.035 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:30:57.036 INFO kablam! --> src/lib.rs:475:7 Sep 19 22:30:57.036 INFO kablam! | Sep 19 22:30:57.036 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 19 22:30:57.036 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.036 INFO kablam! | Sep 19 22:30:57.036 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.036 INFO kablam! Sep 19 22:30:57.036 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:30:57.036 INFO kablam! --> src/lib.rs:476:7 Sep 19 22:30:57.036 INFO kablam! | Sep 19 22:30:57.036 INFO kablam! 476 | parameters: None, Sep 19 22:30:57.036 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.036 INFO kablam! | Sep 19 22:30:57.036 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.036 INFO kablam! Sep 19 22:30:57.036 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:30:57.036 INFO kablam! --> src/lib.rs:477:7 Sep 19 22:30:57.036 INFO kablam! | Sep 19 22:30:57.036 INFO kablam! 477 | span: Span::default(), Sep 19 22:30:57.036 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.036 INFO kablam! | Sep 19 22:30:57.036 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.036 INFO kablam! Sep 19 22:30:57.048 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:30:57.048 INFO kablam! --> src/lib.rs:485:7 Sep 19 22:30:57.048 INFO kablam! | Sep 19 22:30:57.048 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 19 22:30:57.048 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.048 INFO kablam! | Sep 19 22:30:57.048 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.048 INFO kablam! Sep 19 22:30:57.048 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:30:57.048 INFO kablam! --> src/lib.rs:486:7 Sep 19 22:30:57.048 INFO kablam! | Sep 19 22:30:57.048 INFO kablam! 486 | parameters: None, Sep 19 22:30:57.048 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.048 INFO kablam! | Sep 19 22:30:57.048 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.048 INFO kablam! Sep 19 22:30:57.048 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:30:57.048 INFO kablam! --> src/lib.rs:487:7 Sep 19 22:30:57.048 INFO kablam! | Sep 19 22:30:57.048 INFO kablam! 487 | span: Span::default(), Sep 19 22:30:57.048 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.048 INFO kablam! | Sep 19 22:30:57.048 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.048 INFO kablam! Sep 19 22:30:57.048 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 19 22:30:57.048 INFO kablam! --> src/lib.rs:499:17 Sep 19 22:30:57.049 INFO kablam! | Sep 19 22:30:57.049 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 19 22:30:57.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 19 22:30:57.049 INFO kablam! Sep 19 22:30:57.079 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 19 22:30:57.079 INFO kablam! --> src/lib.rs:190:19 Sep 19 22:30:57.079 INFO kablam! | Sep 19 22:30:57.079 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 19 22:30:57.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 19 22:30:57.079 INFO kablam! Sep 19 22:30:57.095 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:30:57.095 INFO kablam! --> src/lib.rs:634:7 Sep 19 22:30:57.095 INFO kablam! | Sep 19 22:30:57.095 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 19 22:30:57.095 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.095 INFO kablam! | Sep 19 22:30:57.095 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.095 INFO kablam! Sep 19 22:30:57.095 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:30:57.095 INFO kablam! --> src/lib.rs:635:7 Sep 19 22:30:57.095 INFO kablam! | Sep 19 22:30:57.095 INFO kablam! 635 | parameters: None, Sep 19 22:30:57.095 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.095 INFO kablam! | Sep 19 22:30:57.095 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.095 INFO kablam! Sep 19 22:30:57.095 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:30:57.095 INFO kablam! --> src/lib.rs:636:7 Sep 19 22:30:57.095 INFO kablam! | Sep 19 22:30:57.095 INFO kablam! 636 | span: Span::default(), Sep 19 22:30:57.095 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.095 INFO kablam! | Sep 19 22:30:57.095 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.095 INFO kablam! Sep 19 22:30:57.095 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:30:57.095 INFO kablam! --> src/lib.rs:644:7 Sep 19 22:30:57.095 INFO kablam! | Sep 19 22:30:57.095 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 19 22:30:57.095 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.095 INFO kablam! | Sep 19 22:30:57.096 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.096 INFO kablam! Sep 19 22:30:57.096 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:30:57.096 INFO kablam! --> src/lib.rs:645:7 Sep 19 22:30:57.096 INFO kablam! | Sep 19 22:30:57.096 INFO kablam! 645 | parameters: None, Sep 19 22:30:57.096 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.096 INFO kablam! | Sep 19 22:30:57.096 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.096 INFO kablam! Sep 19 22:30:57.096 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:30:57.096 INFO kablam! --> src/lib.rs:646:7 Sep 19 22:30:57.096 INFO kablam! | Sep 19 22:30:57.096 INFO kablam! 646 | span: Span::default(), Sep 19 22:30:57.096 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.096 INFO kablam! | Sep 19 22:30:57.096 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.096 INFO kablam! Sep 19 22:30:57.096 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:30:57.096 INFO kablam! --> src/lib.rs:654:7 Sep 19 22:30:57.096 INFO kablam! | Sep 19 22:30:57.096 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 19 22:30:57.096 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.096 INFO kablam! | Sep 19 22:30:57.096 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.096 INFO kablam! Sep 19 22:30:57.096 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:30:57.096 INFO kablam! --> src/lib.rs:655:7 Sep 19 22:30:57.096 INFO kablam! | Sep 19 22:30:57.096 INFO kablam! 655 | parameters: None, Sep 19 22:30:57.096 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.096 INFO kablam! | Sep 19 22:30:57.096 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.096 INFO kablam! Sep 19 22:30:57.096 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:30:57.096 INFO kablam! --> src/lib.rs:656:7 Sep 19 22:30:57.096 INFO kablam! | Sep 19 22:30:57.096 INFO kablam! 656 | span: Span::default(), Sep 19 22:30:57.096 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.096 INFO kablam! | Sep 19 22:30:57.096 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.096 INFO kablam! Sep 19 22:30:57.096 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 19 22:30:57.096 INFO kablam! --> src/lib.rs:668:17 Sep 19 22:30:57.096 INFO kablam! | Sep 19 22:30:57.096 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 19 22:30:57.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 19 22:30:57.096 INFO kablam! Sep 19 22:30:57.140 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:30:57.140 INFO kablam! --> src/lib.rs:815:7 Sep 19 22:30:57.140 INFO kablam! | Sep 19 22:30:57.140 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 19 22:30:57.140 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.140 INFO kablam! | Sep 19 22:30:57.140 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.140 INFO kablam! Sep 19 22:30:57.140 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:30:57.140 INFO kablam! --> src/lib.rs:816:7 Sep 19 22:30:57.140 INFO kablam! | Sep 19 22:30:57.140 INFO kablam! 816 | parameters: None, Sep 19 22:30:57.140 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.140 INFO kablam! | Sep 19 22:30:57.140 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.140 INFO kablam! Sep 19 22:30:57.140 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:30:57.140 INFO kablam! --> src/lib.rs:817:7 Sep 19 22:30:57.140 INFO kablam! | Sep 19 22:30:57.140 INFO kablam! 817 | span: Span::default(), Sep 19 22:30:57.140 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.140 INFO kablam! | Sep 19 22:30:57.140 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.140 INFO kablam! Sep 19 22:30:57.141 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:30:57.141 INFO kablam! --> src/lib.rs:825:7 Sep 19 22:30:57.141 INFO kablam! | Sep 19 22:30:57.141 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 19 22:30:57.141 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.141 INFO kablam! | Sep 19 22:30:57.141 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.141 INFO kablam! Sep 19 22:30:57.141 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:30:57.141 INFO kablam! --> src/lib.rs:826:7 Sep 19 22:30:57.141 INFO kablam! | Sep 19 22:30:57.141 INFO kablam! 826 | parameters: None, Sep 19 22:30:57.141 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.141 INFO kablam! | Sep 19 22:30:57.141 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.141 INFO kablam! Sep 19 22:30:57.141 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:30:57.141 INFO kablam! --> src/lib.rs:827:7 Sep 19 22:30:57.141 INFO kablam! | Sep 19 22:30:57.141 INFO kablam! 827 | span: Span::default(), Sep 19 22:30:57.141 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.141 INFO kablam! | Sep 19 22:30:57.141 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.141 INFO kablam! Sep 19 22:30:57.182 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 19 22:30:57.182 INFO kablam! --> src/lib.rs:327:19 Sep 19 22:30:57.182 INFO kablam! | Sep 19 22:30:57.182 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 19 22:30:57.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 19 22:30:57.182 INFO kablam! Sep 19 22:30:57.220 INFO kablam! error: aborting due to 27 previous errors Sep 19 22:30:57.220 INFO kablam! Sep 19 22:30:57.220 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 19 22:30:57.220 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 19 22:30:57.238 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:30:57.238 INFO kablam! --> src/lib.rs:475:7 Sep 19 22:30:57.238 INFO kablam! | Sep 19 22:30:57.239 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 19 22:30:57.239 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.239 INFO kablam! | Sep 19 22:30:57.239 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.239 INFO kablam! Sep 19 22:30:57.239 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:30:57.239 INFO kablam! --> src/lib.rs:476:7 Sep 19 22:30:57.239 INFO kablam! | Sep 19 22:30:57.239 INFO kablam! 476 | parameters: None, Sep 19 22:30:57.239 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.239 INFO kablam! | Sep 19 22:30:57.239 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.239 INFO kablam! Sep 19 22:30:57.239 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:30:57.239 INFO kablam! --> src/lib.rs:477:7 Sep 19 22:30:57.239 INFO kablam! | Sep 19 22:30:57.239 INFO kablam! 477 | span: Span::default(), Sep 19 22:30:57.239 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.239 INFO kablam! | Sep 19 22:30:57.239 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.239 INFO kablam! Sep 19 22:30:57.239 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:30:57.239 INFO kablam! --> src/lib.rs:485:7 Sep 19 22:30:57.239 INFO kablam! | Sep 19 22:30:57.239 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 19 22:30:57.239 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.244 INFO kablam! | Sep 19 22:30:57.244 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.244 INFO kablam! Sep 19 22:30:57.244 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:30:57.244 INFO kablam! --> src/lib.rs:486:7 Sep 19 22:30:57.244 INFO kablam! | Sep 19 22:30:57.244 INFO kablam! 486 | parameters: None, Sep 19 22:30:57.244 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.244 INFO kablam! | Sep 19 22:30:57.244 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.244 INFO kablam! Sep 19 22:30:57.244 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:30:57.244 INFO kablam! --> src/lib.rs:487:7 Sep 19 22:30:57.244 INFO kablam! | Sep 19 22:30:57.244 INFO kablam! 487 | span: Span::default(), Sep 19 22:30:57.244 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.244 INFO kablam! | Sep 19 22:30:57.244 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.244 INFO kablam! Sep 19 22:30:57.244 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 19 22:30:57.244 INFO kablam! --> src/lib.rs:499:17 Sep 19 22:30:57.244 INFO kablam! | Sep 19 22:30:57.244 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 19 22:30:57.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 19 22:30:57.244 INFO kablam! Sep 19 22:30:57.244 INFO kablam! error: Could not compile `mayda_macros`. Sep 19 22:30:57.244 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:30:57.288 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:30:57.288 INFO kablam! --> src/lib.rs:634:7 Sep 19 22:30:57.288 INFO kablam! | Sep 19 22:30:57.288 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 19 22:30:57.288 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.288 INFO kablam! | Sep 19 22:30:57.288 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.288 INFO kablam! Sep 19 22:30:57.288 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:30:57.288 INFO kablam! --> src/lib.rs:635:7 Sep 19 22:30:57.288 INFO kablam! | Sep 19 22:30:57.288 INFO kablam! 635 | parameters: None, Sep 19 22:30:57.288 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.288 INFO kablam! | Sep 19 22:30:57.288 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.288 INFO kablam! Sep 19 22:30:57.288 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:30:57.288 INFO kablam! --> src/lib.rs:636:7 Sep 19 22:30:57.288 INFO kablam! | Sep 19 22:30:57.288 INFO kablam! 636 | span: Span::default(), Sep 19 22:30:57.288 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.288 INFO kablam! | Sep 19 22:30:57.288 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.288 INFO kablam! Sep 19 22:30:57.288 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:30:57.288 INFO kablam! --> src/lib.rs:644:7 Sep 19 22:30:57.288 INFO kablam! | Sep 19 22:30:57.288 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 19 22:30:57.288 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.288 INFO kablam! | Sep 19 22:30:57.288 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.288 INFO kablam! Sep 19 22:30:57.288 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:30:57.288 INFO kablam! --> src/lib.rs:645:7 Sep 19 22:30:57.288 INFO kablam! | Sep 19 22:30:57.288 INFO kablam! 645 | parameters: None, Sep 19 22:30:57.288 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.288 INFO kablam! | Sep 19 22:30:57.288 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.288 INFO kablam! Sep 19 22:30:57.289 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:30:57.289 INFO kablam! --> src/lib.rs:646:7 Sep 19 22:30:57.289 INFO kablam! | Sep 19 22:30:57.289 INFO kablam! 646 | span: Span::default(), Sep 19 22:30:57.289 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.289 INFO kablam! | Sep 19 22:30:57.289 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.289 INFO kablam! Sep 19 22:30:57.291 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:30:57.291 INFO kablam! --> src/lib.rs:654:7 Sep 19 22:30:57.291 INFO kablam! | Sep 19 22:30:57.291 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 19 22:30:57.291 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.291 INFO kablam! | Sep 19 22:30:57.291 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.291 INFO kablam! Sep 19 22:30:57.291 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:30:57.291 INFO kablam! --> src/lib.rs:655:7 Sep 19 22:30:57.291 INFO kablam! | Sep 19 22:30:57.291 INFO kablam! 655 | parameters: None, Sep 19 22:30:57.291 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.291 INFO kablam! | Sep 19 22:30:57.291 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.291 INFO kablam! Sep 19 22:30:57.291 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:30:57.292 INFO kablam! --> src/lib.rs:656:7 Sep 19 22:30:57.292 INFO kablam! | Sep 19 22:30:57.292 INFO kablam! 656 | span: Span::default(), Sep 19 22:30:57.292 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.292 INFO kablam! | Sep 19 22:30:57.292 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.292 INFO kablam! Sep 19 22:30:57.314 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 19 22:30:57.315 INFO kablam! --> src/lib.rs:668:17 Sep 19 22:30:57.315 INFO kablam! | Sep 19 22:30:57.315 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 19 22:30:57.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 19 22:30:57.315 INFO kablam! Sep 19 22:30:57.334 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:30:57.334 INFO kablam! --> src/lib.rs:815:7 Sep 19 22:30:57.334 INFO kablam! | Sep 19 22:30:57.334 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 19 22:30:57.334 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.334 INFO kablam! | Sep 19 22:30:57.334 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.334 INFO kablam! Sep 19 22:30:57.342 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:30:57.343 INFO kablam! --> src/lib.rs:816:7 Sep 19 22:30:57.343 INFO kablam! | Sep 19 22:30:57.343 INFO kablam! 816 | parameters: None, Sep 19 22:30:57.343 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.343 INFO kablam! | Sep 19 22:30:57.343 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.343 INFO kablam! Sep 19 22:30:57.343 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:30:57.343 INFO kablam! --> src/lib.rs:817:7 Sep 19 22:30:57.343 INFO kablam! | Sep 19 22:30:57.343 INFO kablam! 817 | span: Span::default(), Sep 19 22:30:57.343 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.343 INFO kablam! | Sep 19 22:30:57.343 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.343 INFO kablam! Sep 19 22:30:57.343 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:30:57.343 INFO kablam! --> src/lib.rs:825:7 Sep 19 22:30:57.343 INFO kablam! | Sep 19 22:30:57.343 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 19 22:30:57.343 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.343 INFO kablam! | Sep 19 22:30:57.343 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.343 INFO kablam! Sep 19 22:30:57.343 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:30:57.343 INFO kablam! --> src/lib.rs:826:7 Sep 19 22:30:57.343 INFO kablam! | Sep 19 22:30:57.343 INFO kablam! 826 | parameters: None, Sep 19 22:30:57.343 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.343 INFO kablam! | Sep 19 22:30:57.343 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.343 INFO kablam! Sep 19 22:30:57.343 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:30:57.343 INFO kablam! --> src/lib.rs:827:7 Sep 19 22:30:57.343 INFO kablam! | Sep 19 22:30:57.343 INFO kablam! 827 | span: Span::default(), Sep 19 22:30:57.343 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:30:57.343 INFO kablam! | Sep 19 22:30:57.343 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:30:57.343 INFO kablam! Sep 19 22:30:57.422 INFO kablam! error: aborting due to 27 previous errors Sep 19 22:30:57.423 INFO kablam! Sep 19 22:30:57.423 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 19 22:30:57.423 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 19 22:30:57.438 INFO kablam! error: Could not compile `mayda_macros`. Sep 19 22:30:57.438 INFO kablam! Sep 19 22:30:57.439 INFO kablam! To learn more, run the command again with --verbose. Sep 19 22:30:57.446 INFO kablam! su: No module specific data is present Sep 19 22:30:58.011 INFO running `"docker" "rm" "-f" "22aa2d6359da23a7a10ab3a1a2c40e72b977a02954afc55d4f5430d64536e757"` Sep 19 22:30:58.119 INFO blam! 22aa2d6359da23a7a10ab3a1a2c40e72b977a02954afc55d4f5430d64536e757