Sep 02 07:53:53.909 INFO checking mayda_macros-0.1.4 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 07:53:53.909 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 07:53:53.909 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/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 02 07:53:54.173 INFO blam! 8bafdb17e2c04d5ad833919f021d8f4e7bb8631da37ca7c2ba6c182936f00b0b Sep 02 07:53:54.176 INFO running `"docker" "start" "-a" "8bafdb17e2c04d5ad833919f021d8f4e7bb8631da37ca7c2ba6c182936f00b0b"` Sep 02 07:53:55.056 INFO kablam! Checking mayda_macros v0.1.4 (file:///source) Sep 02 07:53:59.537 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 07:53:59.537 INFO kablam! --> src/lib.rs:146:5 Sep 02 07:53:59.537 INFO kablam! | Sep 02 07:53:59.537 INFO kablam! 146 | use syntax::codemap; Sep 02 07:53:59.537 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 02 07:53:59.537 INFO kablam! Sep 02 07:53:59.537 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 02 07:53:59.537 INFO kablam! --> src/lib.rs:152:5 Sep 02 07:53:59.537 INFO kablam! | Sep 02 07:53:59.537 INFO kablam! 152 | use syntax::util::small_vector; Sep 02 07:53:59.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 02 07:53:59.537 INFO kablam! Sep 02 07:53:59.756 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 07:53:59.756 INFO kablam! --> src/lib.rs:146:5 Sep 02 07:53:59.756 INFO kablam! | Sep 02 07:53:59.756 INFO kablam! 146 | use syntax::codemap; Sep 02 07:53:59.756 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 02 07:53:59.757 INFO kablam! Sep 02 07:53:59.757 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 02 07:53:59.757 INFO kablam! --> src/lib.rs:152:5 Sep 02 07:53:59.757 INFO kablam! | Sep 02 07:53:59.757 INFO kablam! 152 | use syntax::util::small_vector; Sep 02 07:53:59.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 02 07:53:59.757 INFO kablam! Sep 02 07:53:59.792 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 07:53:59.792 INFO kablam! --> src/lib.rs:190:19 Sep 02 07:53:59.793 INFO kablam! | Sep 02 07:53:59.793 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 02 07:53:59.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 07:53:59.793 INFO kablam! Sep 02 07:53:59.984 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 07:53:59.984 INFO kablam! --> src/lib.rs:327:19 Sep 02 07:53:59.984 INFO kablam! | Sep 02 07:53:59.984 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 02 07:53:59.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 07:53:59.984 INFO kablam! Sep 02 07:54:00.018 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 07:54:00.018 INFO kablam! --> src/lib.rs:190:19 Sep 02 07:54:00.019 INFO kablam! | Sep 02 07:54:00.019 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 02 07:54:00.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 07:54:00.019 INFO kablam! Sep 02 07:54:00.073 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:00.073 INFO kablam! --> src/lib.rs:475:7 Sep 02 07:54:00.073 INFO kablam! | Sep 02 07:54:00.073 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 02 07:54:00.073 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.073 INFO kablam! | Sep 02 07:54:00.073 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.073 INFO kablam! Sep 02 07:54:00.075 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:00.075 INFO kablam! --> src/lib.rs:476:7 Sep 02 07:54:00.075 INFO kablam! | Sep 02 07:54:00.075 INFO kablam! 476 | parameters: None, Sep 02 07:54:00.075 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.075 INFO kablam! | Sep 02 07:54:00.075 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.075 INFO kablam! Sep 02 07:54:00.083 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:00.083 INFO kablam! --> src/lib.rs:477:7 Sep 02 07:54:00.083 INFO kablam! | Sep 02 07:54:00.083 INFO kablam! 477 | span: Span::default(), Sep 02 07:54:00.083 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.083 INFO kablam! | Sep 02 07:54:00.083 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.083 INFO kablam! Sep 02 07:54:00.095 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:00.095 INFO kablam! --> src/lib.rs:485:7 Sep 02 07:54:00.095 INFO kablam! | Sep 02 07:54:00.095 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 02 07:54:00.095 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.095 INFO kablam! | Sep 02 07:54:00.095 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.095 INFO kablam! Sep 02 07:54:00.096 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:00.096 INFO kablam! --> src/lib.rs:486:7 Sep 02 07:54:00.096 INFO kablam! | Sep 02 07:54:00.096 INFO kablam! 486 | parameters: None, Sep 02 07:54:00.096 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.096 INFO kablam! | Sep 02 07:54:00.096 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.096 INFO kablam! Sep 02 07:54:00.096 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:00.096 INFO kablam! --> src/lib.rs:487:7 Sep 02 07:54:00.096 INFO kablam! | Sep 02 07:54:00.096 INFO kablam! 487 | span: Span::default(), Sep 02 07:54:00.096 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.096 INFO kablam! | Sep 02 07:54:00.096 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.097 INFO kablam! Sep 02 07:54:00.099 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 07:54:00.099 INFO kablam! --> src/lib.rs:499:17 Sep 02 07:54:00.099 INFO kablam! | Sep 02 07:54:00.099 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 02 07:54:00.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 07:54:00.099 INFO kablam! Sep 02 07:54:00.187 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:00.187 INFO kablam! --> src/lib.rs:634:7 Sep 02 07:54:00.187 INFO kablam! | Sep 02 07:54:00.187 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 02 07:54:00.187 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.188 INFO kablam! | Sep 02 07:54:00.188 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.188 INFO kablam! Sep 02 07:54:00.189 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:00.189 INFO kablam! --> src/lib.rs:635:7 Sep 02 07:54:00.189 INFO kablam! | Sep 02 07:54:00.189 INFO kablam! 635 | parameters: None, Sep 02 07:54:00.189 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.189 INFO kablam! | Sep 02 07:54:00.189 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.189 INFO kablam! Sep 02 07:54:00.190 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:00.190 INFO kablam! --> src/lib.rs:636:7 Sep 02 07:54:00.190 INFO kablam! | Sep 02 07:54:00.190 INFO kablam! 636 | span: Span::default(), Sep 02 07:54:00.190 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.190 INFO kablam! | Sep 02 07:54:00.190 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.190 INFO kablam! Sep 02 07:54:00.190 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:00.190 INFO kablam! --> src/lib.rs:644:7 Sep 02 07:54:00.190 INFO kablam! | Sep 02 07:54:00.190 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 02 07:54:00.191 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.191 INFO kablam! | Sep 02 07:54:00.191 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.191 INFO kablam! Sep 02 07:54:00.191 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:00.191 INFO kablam! --> src/lib.rs:645:7 Sep 02 07:54:00.191 INFO kablam! | Sep 02 07:54:00.191 INFO kablam! 645 | parameters: None, Sep 02 07:54:00.191 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.191 INFO kablam! | Sep 02 07:54:00.191 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.191 INFO kablam! Sep 02 07:54:00.191 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:00.191 INFO kablam! --> src/lib.rs:646:7 Sep 02 07:54:00.191 INFO kablam! | Sep 02 07:54:00.191 INFO kablam! 646 | span: Span::default(), Sep 02 07:54:00.191 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.191 INFO kablam! | Sep 02 07:54:00.193 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.193 INFO kablam! Sep 02 07:54:00.193 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:00.193 INFO kablam! --> src/lib.rs:654:7 Sep 02 07:54:00.193 INFO kablam! | Sep 02 07:54:00.193 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 02 07:54:00.193 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.193 INFO kablam! | Sep 02 07:54:00.193 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.193 INFO kablam! Sep 02 07:54:00.193 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:00.193 INFO kablam! --> src/lib.rs:655:7 Sep 02 07:54:00.193 INFO kablam! | Sep 02 07:54:00.193 INFO kablam! 655 | parameters: None, Sep 02 07:54:00.193 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.194 INFO kablam! | Sep 02 07:54:00.194 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.194 INFO kablam! Sep 02 07:54:00.194 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:00.194 INFO kablam! --> src/lib.rs:656:7 Sep 02 07:54:00.194 INFO kablam! | Sep 02 07:54:00.194 INFO kablam! 656 | span: Span::default(), Sep 02 07:54:00.195 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.195 INFO kablam! | Sep 02 07:54:00.195 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.195 INFO kablam! Sep 02 07:54:00.199 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 07:54:00.199 INFO kablam! --> src/lib.rs:668:17 Sep 02 07:54:00.199 INFO kablam! | Sep 02 07:54:00.199 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 02 07:54:00.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 07:54:00.199 INFO kablam! Sep 02 07:54:00.226 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 07:54:00.226 INFO kablam! --> src/lib.rs:327:19 Sep 02 07:54:00.226 INFO kablam! | Sep 02 07:54:00.226 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 02 07:54:00.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 07:54:00.226 INFO kablam! Sep 02 07:54:00.292 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:00.292 INFO kablam! --> src/lib.rs:815:7 Sep 02 07:54:00.292 INFO kablam! | Sep 02 07:54:00.292 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 02 07:54:00.292 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.292 INFO kablam! | Sep 02 07:54:00.292 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.292 INFO kablam! Sep 02 07:54:00.295 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:00.295 INFO kablam! --> src/lib.rs:816:7 Sep 02 07:54:00.296 INFO kablam! | Sep 02 07:54:00.296 INFO kablam! 816 | parameters: None, Sep 02 07:54:00.296 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.296 INFO kablam! | Sep 02 07:54:00.296 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.296 INFO kablam! Sep 02 07:54:00.296 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:00.296 INFO kablam! --> src/lib.rs:817:7 Sep 02 07:54:00.296 INFO kablam! | Sep 02 07:54:00.296 INFO kablam! 817 | span: Span::default(), Sep 02 07:54:00.296 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.297 INFO kablam! | Sep 02 07:54:00.297 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.297 INFO kablam! Sep 02 07:54:00.297 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:00.298 INFO kablam! --> src/lib.rs:825:7 Sep 02 07:54:00.298 INFO kablam! | Sep 02 07:54:00.298 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 02 07:54:00.298 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.298 INFO kablam! | Sep 02 07:54:00.298 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.298 INFO kablam! Sep 02 07:54:00.298 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:00.298 INFO kablam! --> src/lib.rs:826:7 Sep 02 07:54:00.298 INFO kablam! | Sep 02 07:54:00.298 INFO kablam! 826 | parameters: None, Sep 02 07:54:00.298 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.298 INFO kablam! | Sep 02 07:54:00.298 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.298 INFO kablam! Sep 02 07:54:00.298 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:00.298 INFO kablam! --> src/lib.rs:827:7 Sep 02 07:54:00.298 INFO kablam! | Sep 02 07:54:00.299 INFO kablam! 827 | span: Span::default(), Sep 02 07:54:00.299 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.299 INFO kablam! | Sep 02 07:54:00.299 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.299 INFO kablam! Sep 02 07:54:00.464 INFO kablam! error: aborting due to 27 previous errors Sep 02 07:54:00.464 INFO kablam! Sep 02 07:54:00.464 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 02 07:54:00.464 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 02 07:54:00.471 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:00.471 INFO kablam! --> src/lib.rs:475:7 Sep 02 07:54:00.471 INFO kablam! | Sep 02 07:54:00.471 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 02 07:54:00.471 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.471 INFO kablam! | Sep 02 07:54:00.472 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.472 INFO kablam! Sep 02 07:54:00.477 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:00.477 INFO kablam! --> src/lib.rs:476:7 Sep 02 07:54:00.477 INFO kablam! | Sep 02 07:54:00.477 INFO kablam! 476 | parameters: None, Sep 02 07:54:00.477 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.477 INFO kablam! | Sep 02 07:54:00.477 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.477 INFO kablam! Sep 02 07:54:00.477 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:00.477 INFO kablam! --> src/lib.rs:477:7 Sep 02 07:54:00.477 INFO kablam! | Sep 02 07:54:00.477 INFO kablam! 477 | span: Span::default(), Sep 02 07:54:00.477 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.477 INFO kablam! | Sep 02 07:54:00.477 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.477 INFO kablam! Sep 02 07:54:00.481 INFO kablam! error: Could not compile `mayda_macros`. Sep 02 07:54:00.481 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 07:54:00.496 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:00.496 INFO kablam! --> src/lib.rs:485:7 Sep 02 07:54:00.496 INFO kablam! | Sep 02 07:54:00.496 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 02 07:54:00.496 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.496 INFO kablam! | Sep 02 07:54:00.496 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.496 INFO kablam! Sep 02 07:54:00.497 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:00.497 INFO kablam! --> src/lib.rs:486:7 Sep 02 07:54:00.497 INFO kablam! | Sep 02 07:54:00.497 INFO kablam! 486 | parameters: None, Sep 02 07:54:00.497 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.497 INFO kablam! | Sep 02 07:54:00.497 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.497 INFO kablam! Sep 02 07:54:00.497 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:00.497 INFO kablam! --> src/lib.rs:487:7 Sep 02 07:54:00.497 INFO kablam! | Sep 02 07:54:00.497 INFO kablam! 487 | span: Span::default(), Sep 02 07:54:00.497 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.497 INFO kablam! | Sep 02 07:54:00.497 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.497 INFO kablam! Sep 02 07:54:00.500 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 07:54:00.501 INFO kablam! --> src/lib.rs:499:17 Sep 02 07:54:00.501 INFO kablam! | Sep 02 07:54:00.501 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 02 07:54:00.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 07:54:00.501 INFO kablam! Sep 02 07:54:00.591 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:00.591 INFO kablam! --> src/lib.rs:634:7 Sep 02 07:54:00.591 INFO kablam! | Sep 02 07:54:00.591 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 02 07:54:00.591 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.591 INFO kablam! | Sep 02 07:54:00.591 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.591 INFO kablam! Sep 02 07:54:00.593 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:00.593 INFO kablam! --> src/lib.rs:635:7 Sep 02 07:54:00.593 INFO kablam! | Sep 02 07:54:00.593 INFO kablam! 635 | parameters: None, Sep 02 07:54:00.593 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.593 INFO kablam! | Sep 02 07:54:00.593 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.593 INFO kablam! Sep 02 07:54:00.594 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:00.594 INFO kablam! --> src/lib.rs:636:7 Sep 02 07:54:00.594 INFO kablam! | Sep 02 07:54:00.594 INFO kablam! 636 | span: Span::default(), Sep 02 07:54:00.594 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.594 INFO kablam! | Sep 02 07:54:00.594 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.594 INFO kablam! Sep 02 07:54:00.594 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:00.594 INFO kablam! --> src/lib.rs:644:7 Sep 02 07:54:00.594 INFO kablam! | Sep 02 07:54:00.594 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 02 07:54:00.594 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.594 INFO kablam! | Sep 02 07:54:00.594 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.594 INFO kablam! Sep 02 07:54:00.595 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:00.595 INFO kablam! --> src/lib.rs:645:7 Sep 02 07:54:00.595 INFO kablam! | Sep 02 07:54:00.595 INFO kablam! 645 | parameters: None, Sep 02 07:54:00.595 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.595 INFO kablam! | Sep 02 07:54:00.595 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.595 INFO kablam! Sep 02 07:54:00.595 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:00.595 INFO kablam! --> src/lib.rs:646:7 Sep 02 07:54:00.595 INFO kablam! | Sep 02 07:54:00.596 INFO kablam! 646 | span: Span::default(), Sep 02 07:54:00.596 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.596 INFO kablam! | Sep 02 07:54:00.596 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.596 INFO kablam! Sep 02 07:54:00.596 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:00.596 INFO kablam! --> src/lib.rs:654:7 Sep 02 07:54:00.596 INFO kablam! | Sep 02 07:54:00.596 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 02 07:54:00.596 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.596 INFO kablam! | Sep 02 07:54:00.596 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.596 INFO kablam! Sep 02 07:54:00.596 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:00.596 INFO kablam! --> src/lib.rs:655:7 Sep 02 07:54:00.596 INFO kablam! | Sep 02 07:54:00.596 INFO kablam! 655 | parameters: None, Sep 02 07:54:00.596 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.596 INFO kablam! | Sep 02 07:54:00.596 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.596 INFO kablam! Sep 02 07:54:00.596 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:00.596 INFO kablam! --> src/lib.rs:656:7 Sep 02 07:54:00.597 INFO kablam! | Sep 02 07:54:00.597 INFO kablam! 656 | span: Span::default(), Sep 02 07:54:00.597 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.597 INFO kablam! | Sep 02 07:54:00.597 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.597 INFO kablam! Sep 02 07:54:00.600 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 07:54:00.600 INFO kablam! --> src/lib.rs:668:17 Sep 02 07:54:00.600 INFO kablam! | Sep 02 07:54:00.600 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 02 07:54:00.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 07:54:00.600 INFO kablam! Sep 02 07:54:00.712 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:00.712 INFO kablam! --> src/lib.rs:815:7 Sep 02 07:54:00.712 INFO kablam! | Sep 02 07:54:00.712 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 02 07:54:00.712 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.712 INFO kablam! | Sep 02 07:54:00.712 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.712 INFO kablam! Sep 02 07:54:00.714 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:00.714 INFO kablam! --> src/lib.rs:816:7 Sep 02 07:54:00.714 INFO kablam! | Sep 02 07:54:00.714 INFO kablam! 816 | parameters: None, Sep 02 07:54:00.714 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.714 INFO kablam! | Sep 02 07:54:00.714 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.714 INFO kablam! Sep 02 07:54:00.715 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:00.715 INFO kablam! --> src/lib.rs:817:7 Sep 02 07:54:00.715 INFO kablam! | Sep 02 07:54:00.715 INFO kablam! 817 | span: Span::default(), Sep 02 07:54:00.715 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.715 INFO kablam! | Sep 02 07:54:00.715 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.715 INFO kablam! Sep 02 07:54:00.715 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:00.715 INFO kablam! --> src/lib.rs:825:7 Sep 02 07:54:00.715 INFO kablam! | Sep 02 07:54:00.715 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 02 07:54:00.716 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.716 INFO kablam! | Sep 02 07:54:00.716 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.716 INFO kablam! Sep 02 07:54:00.716 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:00.716 INFO kablam! --> src/lib.rs:826:7 Sep 02 07:54:00.716 INFO kablam! | Sep 02 07:54:00.716 INFO kablam! 826 | parameters: None, Sep 02 07:54:00.716 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.716 INFO kablam! | Sep 02 07:54:00.716 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.716 INFO kablam! Sep 02 07:54:00.716 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:00.717 INFO kablam! --> src/lib.rs:827:7 Sep 02 07:54:00.717 INFO kablam! | Sep 02 07:54:00.717 INFO kablam! 827 | span: Span::default(), Sep 02 07:54:00.717 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:00.717 INFO kablam! | Sep 02 07:54:00.717 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:00.717 INFO kablam! Sep 02 07:54:00.914 INFO kablam! error: aborting due to 27 previous errors Sep 02 07:54:00.914 INFO kablam! Sep 02 07:54:00.914 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 02 07:54:00.914 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 02 07:54:00.933 INFO kablam! error: Could not compile `mayda_macros`. Sep 02 07:54:00.933 INFO kablam! Sep 02 07:54:00.933 INFO kablam! To learn more, run the command again with --verbose. Sep 02 07:54:00.935 INFO kablam! su: No module specific data is present Sep 02 07:54:01.470 INFO running `"docker" "rm" "-f" "8bafdb17e2c04d5ad833919f021d8f4e7bb8631da37ca7c2ba6c182936f00b0b"` Sep 02 07:54:01.616 INFO blam! 8bafdb17e2c04d5ad833919f021d8f4e7bb8631da37ca7c2ba6c182936f00b0b