Sep 21 07:11:45.345 INFO checking mayda_macros-0.1.4 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 07:11:45.345 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 07:11:45.345 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 07:11:45.550 INFO blam! 7eb3bcba18d2ff30a0869953d21b06b6fad3f847368f18d64d1aa6bcc04280bf Sep 21 07:11:45.552 INFO running `"docker" "start" "-a" "7eb3bcba18d2ff30a0869953d21b06b6fad3f847368f18d64d1aa6bcc04280bf"` Sep 21 07:11:46.746 INFO kablam! usermod: no changes Sep 21 07:11:46.818 INFO kablam! Checking mayda_macros v0.1.4 (/source) Sep 21 07:11:49.090 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 07:11:49.090 INFO kablam! --> src/lib.rs:146:5 Sep 21 07:11:49.090 INFO kablam! | Sep 21 07:11:49.090 INFO kablam! 146 | use syntax::codemap; Sep 21 07:11:49.090 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 21 07:11:49.090 INFO kablam! Sep 21 07:11:49.090 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 21 07:11:49.090 INFO kablam! --> src/lib.rs:152:5 Sep 21 07:11:49.090 INFO kablam! | Sep 21 07:11:49.090 INFO kablam! 152 | use syntax::util::small_vector; Sep 21 07:11:49.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 21 07:11:49.090 INFO kablam! Sep 21 07:11:49.258 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 21 07:11:49.258 INFO kablam! --> src/lib.rs:190:19 Sep 21 07:11:49.258 INFO kablam! | Sep 21 07:11:49.258 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 21 07:11:49.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 21 07:11:49.258 INFO kablam! Sep 21 07:11:49.310 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 07:11:49.310 INFO kablam! --> src/lib.rs:146:5 Sep 21 07:11:49.310 INFO kablam! | Sep 21 07:11:49.310 INFO kablam! 146 | use syntax::codemap; Sep 21 07:11:49.310 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 21 07:11:49.310 INFO kablam! Sep 21 07:11:49.310 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 21 07:11:49.310 INFO kablam! --> src/lib.rs:152:5 Sep 21 07:11:49.310 INFO kablam! | Sep 21 07:11:49.310 INFO kablam! 152 | use syntax::util::small_vector; Sep 21 07:11:49.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 21 07:11:49.310 INFO kablam! Sep 21 07:11:49.378 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 21 07:11:49.378 INFO kablam! --> src/lib.rs:327:19 Sep 21 07:11:49.378 INFO kablam! | Sep 21 07:11:49.378 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 21 07:11:49.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 21 07:11:49.378 INFO kablam! Sep 21 07:11:49.438 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 21 07:11:49.438 INFO kablam! --> src/lib.rs:475:7 Sep 21 07:11:49.438 INFO kablam! | Sep 21 07:11:49.438 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 21 07:11:49.438 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.438 INFO kablam! | Sep 21 07:11:49.438 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.438 INFO kablam! Sep 21 07:11:49.438 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 21 07:11:49.438 INFO kablam! --> src/lib.rs:476:7 Sep 21 07:11:49.438 INFO kablam! | Sep 21 07:11:49.438 INFO kablam! 476 | parameters: None, Sep 21 07:11:49.438 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.438 INFO kablam! | Sep 21 07:11:49.438 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.438 INFO kablam! Sep 21 07:11:49.438 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 21 07:11:49.438 INFO kablam! --> src/lib.rs:477:7 Sep 21 07:11:49.438 INFO kablam! | Sep 21 07:11:49.438 INFO kablam! 477 | span: Span::default(), Sep 21 07:11:49.438 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.438 INFO kablam! | Sep 21 07:11:49.438 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.438 INFO kablam! Sep 21 07:11:49.446 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 21 07:11:49.446 INFO kablam! --> src/lib.rs:485:7 Sep 21 07:11:49.446 INFO kablam! | Sep 21 07:11:49.446 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 21 07:11:49.446 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.446 INFO kablam! | Sep 21 07:11:49.446 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.446 INFO kablam! Sep 21 07:11:49.446 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 21 07:11:49.446 INFO kablam! --> src/lib.rs:486:7 Sep 21 07:11:49.446 INFO kablam! | Sep 21 07:11:49.446 INFO kablam! 486 | parameters: None, Sep 21 07:11:49.446 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.446 INFO kablam! | Sep 21 07:11:49.446 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.446 INFO kablam! Sep 21 07:11:49.446 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 21 07:11:49.446 INFO kablam! --> src/lib.rs:487:7 Sep 21 07:11:49.446 INFO kablam! | Sep 21 07:11:49.446 INFO kablam! 487 | span: Span::default(), Sep 21 07:11:49.446 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.446 INFO kablam! | Sep 21 07:11:49.446 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.446 INFO kablam! Sep 21 07:11:49.450 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 21 07:11:49.450 INFO kablam! --> src/lib.rs:499:17 Sep 21 07:11:49.450 INFO kablam! | Sep 21 07:11:49.450 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 21 07:11:49.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 21 07:11:49.450 INFO kablam! Sep 21 07:11:49.485 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 21 07:11:49.485 INFO kablam! --> src/lib.rs:634:7 Sep 21 07:11:49.485 INFO kablam! | Sep 21 07:11:49.485 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 21 07:11:49.485 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.486 INFO kablam! | Sep 21 07:11:49.486 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.486 INFO kablam! Sep 21 07:11:49.486 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 21 07:11:49.486 INFO kablam! --> src/lib.rs:635:7 Sep 21 07:11:49.486 INFO kablam! | Sep 21 07:11:49.486 INFO kablam! 635 | parameters: None, Sep 21 07:11:49.487 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.487 INFO kablam! | Sep 21 07:11:49.487 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.487 INFO kablam! Sep 21 07:11:49.487 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 21 07:11:49.487 INFO kablam! --> src/lib.rs:636:7 Sep 21 07:11:49.487 INFO kablam! | Sep 21 07:11:49.487 INFO kablam! 636 | span: Span::default(), Sep 21 07:11:49.487 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.487 INFO kablam! | Sep 21 07:11:49.487 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.487 INFO kablam! Sep 21 07:11:49.487 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 21 07:11:49.487 INFO kablam! --> src/lib.rs:644:7 Sep 21 07:11:49.487 INFO kablam! | Sep 21 07:11:49.487 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 21 07:11:49.487 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.487 INFO kablam! | Sep 21 07:11:49.487 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.488 INFO kablam! Sep 21 07:11:49.488 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 21 07:11:49.488 INFO kablam! --> src/lib.rs:645:7 Sep 21 07:11:49.488 INFO kablam! | Sep 21 07:11:49.488 INFO kablam! 645 | parameters: None, Sep 21 07:11:49.488 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.488 INFO kablam! | Sep 21 07:11:49.488 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.488 INFO kablam! Sep 21 07:11:49.488 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 21 07:11:49.488 INFO kablam! --> src/lib.rs:646:7 Sep 21 07:11:49.488 INFO kablam! | Sep 21 07:11:49.488 INFO kablam! 646 | span: Span::default(), Sep 21 07:11:49.488 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.488 INFO kablam! | Sep 21 07:11:49.488 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.488 INFO kablam! Sep 21 07:11:49.488 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 21 07:11:49.489 INFO kablam! --> src/lib.rs:654:7 Sep 21 07:11:49.489 INFO kablam! | Sep 21 07:11:49.489 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 21 07:11:49.489 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.489 INFO kablam! | Sep 21 07:11:49.489 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.489 INFO kablam! Sep 21 07:11:49.489 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 21 07:11:49.489 INFO kablam! --> src/lib.rs:655:7 Sep 21 07:11:49.489 INFO kablam! | Sep 21 07:11:49.489 INFO kablam! 655 | parameters: None, Sep 21 07:11:49.489 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.489 INFO kablam! | Sep 21 07:11:49.489 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.489 INFO kablam! Sep 21 07:11:49.489 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 21 07:11:49.489 INFO kablam! --> src/lib.rs:656:7 Sep 21 07:11:49.489 INFO kablam! | Sep 21 07:11:49.489 INFO kablam! 656 | span: Span::default(), Sep 21 07:11:49.489 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.489 INFO kablam! | Sep 21 07:11:49.489 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.489 INFO kablam! Sep 21 07:11:49.491 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 21 07:11:49.491 INFO kablam! --> src/lib.rs:668:17 Sep 21 07:11:49.491 INFO kablam! | Sep 21 07:11:49.491 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 21 07:11:49.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 21 07:11:49.491 INFO kablam! Sep 21 07:11:49.539 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 21 07:11:49.539 INFO kablam! --> src/lib.rs:815:7 Sep 21 07:11:49.539 INFO kablam! | Sep 21 07:11:49.539 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 21 07:11:49.539 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.539 INFO kablam! | Sep 21 07:11:49.540 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.540 INFO kablam! Sep 21 07:11:49.541 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 21 07:11:49.541 INFO kablam! --> src/lib.rs:816:7 Sep 21 07:11:49.541 INFO kablam! | Sep 21 07:11:49.541 INFO kablam! 816 | parameters: None, Sep 21 07:11:49.541 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.541 INFO kablam! | Sep 21 07:11:49.541 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.541 INFO kablam! Sep 21 07:11:49.542 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 21 07:11:49.542 INFO kablam! --> src/lib.rs:817:7 Sep 21 07:11:49.542 INFO kablam! | Sep 21 07:11:49.542 INFO kablam! 817 | span: Span::default(), Sep 21 07:11:49.542 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.542 INFO kablam! | Sep 21 07:11:49.542 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.542 INFO kablam! Sep 21 07:11:49.543 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 21 07:11:49.543 INFO kablam! --> src/lib.rs:825:7 Sep 21 07:11:49.543 INFO kablam! | Sep 21 07:11:49.543 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 21 07:11:49.543 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.543 INFO kablam! | Sep 21 07:11:49.543 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.544 INFO kablam! Sep 21 07:11:49.544 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 21 07:11:49.544 INFO kablam! --> src/lib.rs:826:7 Sep 21 07:11:49.544 INFO kablam! | Sep 21 07:11:49.544 INFO kablam! 826 | parameters: None, Sep 21 07:11:49.544 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.544 INFO kablam! | Sep 21 07:11:49.545 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.545 INFO kablam! Sep 21 07:11:49.545 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 21 07:11:49.545 INFO kablam! --> src/lib.rs:827:7 Sep 21 07:11:49.545 INFO kablam! | Sep 21 07:11:49.545 INFO kablam! 827 | span: Span::default(), Sep 21 07:11:49.545 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.545 INFO kablam! | Sep 21 07:11:49.545 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.546 INFO kablam! Sep 21 07:11:49.574 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 21 07:11:49.574 INFO kablam! --> src/lib.rs:190:19 Sep 21 07:11:49.574 INFO kablam! | Sep 21 07:11:49.574 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 21 07:11:49.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 21 07:11:49.575 INFO kablam! Sep 21 07:11:49.625 INFO kablam! error: aborting due to 27 previous errors Sep 21 07:11:49.625 INFO kablam! Sep 21 07:11:49.625 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 21 07:11:49.626 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 21 07:11:49.644 INFO kablam! error: Could not compile `mayda_macros`. Sep 21 07:11:49.644 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 07:11:49.705 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 21 07:11:49.705 INFO kablam! --> src/lib.rs:327:19 Sep 21 07:11:49.705 INFO kablam! | Sep 21 07:11:49.705 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 21 07:11:49.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 21 07:11:49.705 INFO kablam! Sep 21 07:11:49.782 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 21 07:11:49.782 INFO kablam! --> src/lib.rs:475:7 Sep 21 07:11:49.782 INFO kablam! | Sep 21 07:11:49.782 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 21 07:11:49.782 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.782 INFO kablam! | Sep 21 07:11:49.782 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.782 INFO kablam! Sep 21 07:11:49.782 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 21 07:11:49.782 INFO kablam! --> src/lib.rs:476:7 Sep 21 07:11:49.782 INFO kablam! | Sep 21 07:11:49.782 INFO kablam! 476 | parameters: None, Sep 21 07:11:49.782 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.782 INFO kablam! | Sep 21 07:11:49.782 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.782 INFO kablam! Sep 21 07:11:49.782 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 21 07:11:49.782 INFO kablam! --> src/lib.rs:477:7 Sep 21 07:11:49.782 INFO kablam! | Sep 21 07:11:49.782 INFO kablam! 477 | span: Span::default(), Sep 21 07:11:49.782 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.782 INFO kablam! | Sep 21 07:11:49.782 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.782 INFO kablam! Sep 21 07:11:49.794 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 21 07:11:49.794 INFO kablam! --> src/lib.rs:485:7 Sep 21 07:11:49.794 INFO kablam! | Sep 21 07:11:49.794 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 21 07:11:49.794 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.794 INFO kablam! | Sep 21 07:11:49.794 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.794 INFO kablam! Sep 21 07:11:49.794 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 21 07:11:49.794 INFO kablam! --> src/lib.rs:486:7 Sep 21 07:11:49.794 INFO kablam! | Sep 21 07:11:49.794 INFO kablam! 486 | parameters: None, Sep 21 07:11:49.794 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.794 INFO kablam! | Sep 21 07:11:49.794 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.794 INFO kablam! Sep 21 07:11:49.794 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 21 07:11:49.794 INFO kablam! --> src/lib.rs:487:7 Sep 21 07:11:49.794 INFO kablam! | Sep 21 07:11:49.794 INFO kablam! 487 | span: Span::default(), Sep 21 07:11:49.794 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.794 INFO kablam! | Sep 21 07:11:49.794 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.794 INFO kablam! Sep 21 07:11:49.794 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 21 07:11:49.794 INFO kablam! --> src/lib.rs:499:17 Sep 21 07:11:49.794 INFO kablam! | Sep 21 07:11:49.794 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 21 07:11:49.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 21 07:11:49.794 INFO kablam! Sep 21 07:11:49.842 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 21 07:11:49.842 INFO kablam! --> src/lib.rs:634:7 Sep 21 07:11:49.842 INFO kablam! | Sep 21 07:11:49.842 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 21 07:11:49.842 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.842 INFO kablam! | Sep 21 07:11:49.842 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.842 INFO kablam! Sep 21 07:11:49.842 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 21 07:11:49.842 INFO kablam! --> src/lib.rs:635:7 Sep 21 07:11:49.842 INFO kablam! | Sep 21 07:11:49.842 INFO kablam! 635 | parameters: None, Sep 21 07:11:49.843 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.843 INFO kablam! | Sep 21 07:11:49.843 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.843 INFO kablam! Sep 21 07:11:49.843 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 21 07:11:49.843 INFO kablam! --> src/lib.rs:636:7 Sep 21 07:11:49.843 INFO kablam! | Sep 21 07:11:49.843 INFO kablam! 636 | span: Span::default(), Sep 21 07:11:49.843 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.843 INFO kablam! | Sep 21 07:11:49.843 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.843 INFO kablam! Sep 21 07:11:49.843 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 21 07:11:49.843 INFO kablam! --> src/lib.rs:644:7 Sep 21 07:11:49.843 INFO kablam! | Sep 21 07:11:49.843 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 21 07:11:49.843 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.844 INFO kablam! | Sep 21 07:11:49.844 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.844 INFO kablam! Sep 21 07:11:49.847 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 21 07:11:49.847 INFO kablam! --> src/lib.rs:645:7 Sep 21 07:11:49.847 INFO kablam! | Sep 21 07:11:49.847 INFO kablam! 645 | parameters: None, Sep 21 07:11:49.847 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.847 INFO kablam! | Sep 21 07:11:49.847 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.847 INFO kablam! Sep 21 07:11:49.847 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 21 07:11:49.847 INFO kablam! --> src/lib.rs:646:7 Sep 21 07:11:49.847 INFO kablam! | Sep 21 07:11:49.847 INFO kablam! 646 | span: Span::default(), Sep 21 07:11:49.847 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.847 INFO kablam! | Sep 21 07:11:49.847 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.847 INFO kablam! Sep 21 07:11:49.847 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 21 07:11:49.847 INFO kablam! --> src/lib.rs:654:7 Sep 21 07:11:49.847 INFO kablam! | Sep 21 07:11:49.847 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 21 07:11:49.847 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.847 INFO kablam! | Sep 21 07:11:49.847 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.847 INFO kablam! Sep 21 07:11:49.847 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 21 07:11:49.847 INFO kablam! --> src/lib.rs:655:7 Sep 21 07:11:49.847 INFO kablam! | Sep 21 07:11:49.847 INFO kablam! 655 | parameters: None, Sep 21 07:11:49.847 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.847 INFO kablam! | Sep 21 07:11:49.847 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.847 INFO kablam! Sep 21 07:11:49.847 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 21 07:11:49.847 INFO kablam! --> src/lib.rs:656:7 Sep 21 07:11:49.847 INFO kablam! | Sep 21 07:11:49.847 INFO kablam! 656 | span: Span::default(), Sep 21 07:11:49.847 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.847 INFO kablam! | Sep 21 07:11:49.847 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.847 INFO kablam! Sep 21 07:11:49.847 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 21 07:11:49.847 INFO kablam! --> src/lib.rs:668:17 Sep 21 07:11:49.847 INFO kablam! | Sep 21 07:11:49.847 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 21 07:11:49.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 21 07:11:49.847 INFO kablam! Sep 21 07:11:49.889 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 21 07:11:49.889 INFO kablam! --> src/lib.rs:815:7 Sep 21 07:11:49.889 INFO kablam! | Sep 21 07:11:49.889 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 21 07:11:49.889 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.889 INFO kablam! | Sep 21 07:11:49.889 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.889 INFO kablam! Sep 21 07:11:49.889 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 21 07:11:49.889 INFO kablam! --> src/lib.rs:816:7 Sep 21 07:11:49.889 INFO kablam! | Sep 21 07:11:49.889 INFO kablam! 816 | parameters: None, Sep 21 07:11:49.889 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.889 INFO kablam! | Sep 21 07:11:49.889 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.889 INFO kablam! Sep 21 07:11:49.889 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 21 07:11:49.889 INFO kablam! --> src/lib.rs:817:7 Sep 21 07:11:49.889 INFO kablam! | Sep 21 07:11:49.889 INFO kablam! 817 | span: Span::default(), Sep 21 07:11:49.889 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.889 INFO kablam! | Sep 21 07:11:49.889 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.889 INFO kablam! Sep 21 07:11:49.889 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 21 07:11:49.889 INFO kablam! --> src/lib.rs:825:7 Sep 21 07:11:49.889 INFO kablam! | Sep 21 07:11:49.889 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 21 07:11:49.889 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.889 INFO kablam! | Sep 21 07:11:49.889 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.889 INFO kablam! Sep 21 07:11:49.894 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 21 07:11:49.894 INFO kablam! --> src/lib.rs:826:7 Sep 21 07:11:49.894 INFO kablam! | Sep 21 07:11:49.894 INFO kablam! 826 | parameters: None, Sep 21 07:11:49.894 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.894 INFO kablam! | Sep 21 07:11:49.894 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.894 INFO kablam! Sep 21 07:11:49.894 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 21 07:11:49.894 INFO kablam! --> src/lib.rs:827:7 Sep 21 07:11:49.894 INFO kablam! | Sep 21 07:11:49.894 INFO kablam! 827 | span: Span::default(), Sep 21 07:11:49.894 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 21 07:11:49.894 INFO kablam! | Sep 21 07:11:49.894 INFO kablam! = note: available fields are: `ident`, `args` Sep 21 07:11:49.894 INFO kablam! Sep 21 07:11:49.982 INFO kablam! error: aborting due to 27 previous errors Sep 21 07:11:49.982 INFO kablam! Sep 21 07:11:49.982 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 21 07:11:49.982 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 21 07:11:49.999 INFO kablam! error: Could not compile `mayda_macros`. Sep 21 07:11:49.999 INFO kablam! Sep 21 07:11:49.999 INFO kablam! To learn more, run the command again with --verbose. Sep 21 07:11:50.000 INFO kablam! su: No module specific data is present Sep 21 07:11:51.058 INFO running `"docker" "rm" "-f" "7eb3bcba18d2ff30a0869953d21b06b6fad3f847368f18d64d1aa6bcc04280bf"` Sep 21 07:11:51.178 INFO blam! 7eb3bcba18d2ff30a0869953d21b06b6fad3f847368f18d64d1aa6bcc04280bf