Sep 04 14:11:47.724 INFO checking mayda_macros-0.1.4 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 14:11:47.724 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 14:11:47.724 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 14:11:47.929 INFO blam! 98b03e78a134345763a078a950027eb26992bd1f1416088d9c15d0e2f17636c7 Sep 04 14:11:47.930 INFO running `"docker" "start" "-a" "98b03e78a134345763a078a950027eb26992bd1f1416088d9c15d0e2f17636c7"` Sep 04 14:11:48.717 INFO kablam! Checking mayda_macros v0.1.4 (file:///source) Sep 04 14:11:53.126 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 14:11:53.126 INFO kablam! --> src/lib.rs:146:5 Sep 04 14:11:53.126 INFO kablam! | Sep 04 14:11:53.126 INFO kablam! 146 | use syntax::codemap; Sep 04 14:11:53.126 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 04 14:11:53.126 INFO kablam! Sep 04 14:11:53.126 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 14:11:53.126 INFO kablam! --> src/lib.rs:152:5 Sep 04 14:11:53.126 INFO kablam! | Sep 04 14:11:53.126 INFO kablam! 152 | use syntax::util::small_vector; Sep 04 14:11:53.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 04 14:11:53.126 INFO kablam! Sep 04 14:11:53.134 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 14:11:53.134 INFO kablam! --> src/lib.rs:146:5 Sep 04 14:11:53.134 INFO kablam! | Sep 04 14:11:53.134 INFO kablam! 146 | use syntax::codemap; Sep 04 14:11:53.134 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 04 14:11:53.134 INFO kablam! Sep 04 14:11:53.135 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 14:11:53.135 INFO kablam! --> src/lib.rs:152:5 Sep 04 14:11:53.135 INFO kablam! | Sep 04 14:11:53.135 INFO kablam! 152 | use syntax::util::small_vector; Sep 04 14:11:53.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 04 14:11:53.135 INFO kablam! Sep 04 14:11:53.342 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 14:11:53.342 INFO kablam! --> src/lib.rs:190:19 Sep 04 14:11:53.342 INFO kablam! | Sep 04 14:11:53.342 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 04 14:11:53.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 14:11:53.343 INFO kablam! Sep 04 14:11:53.346 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 14:11:53.346 INFO kablam! --> src/lib.rs:190:19 Sep 04 14:11:53.346 INFO kablam! | Sep 04 14:11:53.346 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 04 14:11:53.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 14:11:53.346 INFO kablam! Sep 04 14:11:53.514 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 14:11:53.514 INFO kablam! --> src/lib.rs:327:19 Sep 04 14:11:53.514 INFO kablam! | Sep 04 14:11:53.514 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 04 14:11:53.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 14:11:53.514 INFO kablam! Sep 04 14:11:53.517 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 14:11:53.517 INFO kablam! --> src/lib.rs:327:19 Sep 04 14:11:53.517 INFO kablam! | Sep 04 14:11:53.517 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 04 14:11:53.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 14:11:53.517 INFO kablam! Sep 04 14:11:53.608 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 14:11:53.608 INFO kablam! --> src/lib.rs:475:7 Sep 04 14:11:53.608 INFO kablam! | Sep 04 14:11:53.608 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 04 14:11:53.608 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.608 INFO kablam! | Sep 04 14:11:53.608 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.608 INFO kablam! Sep 04 14:11:53.611 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 14:11:53.611 INFO kablam! --> src/lib.rs:476:7 Sep 04 14:11:53.611 INFO kablam! | Sep 04 14:11:53.611 INFO kablam! 476 | parameters: None, Sep 04 14:11:53.611 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.611 INFO kablam! | Sep 04 14:11:53.611 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.611 INFO kablam! Sep 04 14:11:53.611 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 14:11:53.611 INFO kablam! --> src/lib.rs:477:7 Sep 04 14:11:53.611 INFO kablam! | Sep 04 14:11:53.611 INFO kablam! 477 | span: Span::default(), Sep 04 14:11:53.611 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.611 INFO kablam! | Sep 04 14:11:53.611 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.611 INFO kablam! Sep 04 14:11:53.630 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 14:11:53.630 INFO kablam! --> src/lib.rs:485:7 Sep 04 14:11:53.630 INFO kablam! | Sep 04 14:11:53.630 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 04 14:11:53.630 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.630 INFO kablam! | Sep 04 14:11:53.630 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.630 INFO kablam! Sep 04 14:11:53.631 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 14:11:53.631 INFO kablam! --> src/lib.rs:486:7 Sep 04 14:11:53.631 INFO kablam! | Sep 04 14:11:53.631 INFO kablam! 486 | parameters: None, Sep 04 14:11:53.631 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.631 INFO kablam! | Sep 04 14:11:53.631 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.632 INFO kablam! Sep 04 14:11:53.632 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 14:11:53.632 INFO kablam! --> src/lib.rs:487:7 Sep 04 14:11:53.632 INFO kablam! | Sep 04 14:11:53.632 INFO kablam! 487 | span: Span::default(), Sep 04 14:11:53.632 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.633 INFO kablam! | Sep 04 14:11:53.633 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.633 INFO kablam! Sep 04 14:11:53.638 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 14:11:53.638 INFO kablam! --> src/lib.rs:499:17 Sep 04 14:11:53.638 INFO kablam! | Sep 04 14:11:53.638 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 04 14:11:53.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 14:11:53.638 INFO kablam! Sep 04 14:11:53.650 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 14:11:53.650 INFO kablam! --> src/lib.rs:475:7 Sep 04 14:11:53.650 INFO kablam! | Sep 04 14:11:53.650 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 04 14:11:53.651 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.651 INFO kablam! | Sep 04 14:11:53.651 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.651 INFO kablam! Sep 04 14:11:53.651 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 14:11:53.651 INFO kablam! --> src/lib.rs:476:7 Sep 04 14:11:53.651 INFO kablam! | Sep 04 14:11:53.651 INFO kablam! 476 | parameters: None, Sep 04 14:11:53.651 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.651 INFO kablam! | Sep 04 14:11:53.651 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.651 INFO kablam! Sep 04 14:11:53.651 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 14:11:53.651 INFO kablam! --> src/lib.rs:477:7 Sep 04 14:11:53.651 INFO kablam! | Sep 04 14:11:53.651 INFO kablam! 477 | span: Span::default(), Sep 04 14:11:53.651 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.652 INFO kablam! | Sep 04 14:11:53.652 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.652 INFO kablam! Sep 04 14:11:53.671 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 14:11:53.671 INFO kablam! --> src/lib.rs:485:7 Sep 04 14:11:53.671 INFO kablam! | Sep 04 14:11:53.671 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 04 14:11:53.671 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.671 INFO kablam! | Sep 04 14:11:53.671 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.672 INFO kablam! Sep 04 14:11:53.672 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 14:11:53.672 INFO kablam! --> src/lib.rs:486:7 Sep 04 14:11:53.672 INFO kablam! | Sep 04 14:11:53.672 INFO kablam! 486 | parameters: None, Sep 04 14:11:53.672 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.672 INFO kablam! | Sep 04 14:11:53.672 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.672 INFO kablam! Sep 04 14:11:53.672 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 14:11:53.672 INFO kablam! --> src/lib.rs:487:7 Sep 04 14:11:53.672 INFO kablam! | Sep 04 14:11:53.672 INFO kablam! 487 | span: Span::default(), Sep 04 14:11:53.672 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.672 INFO kablam! | Sep 04 14:11:53.672 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.672 INFO kablam! Sep 04 14:11:53.676 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 14:11:53.676 INFO kablam! --> src/lib.rs:499:17 Sep 04 14:11:53.676 INFO kablam! | Sep 04 14:11:53.676 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 04 14:11:53.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 14:11:53.676 INFO kablam! Sep 04 14:11:53.740 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 14:11:53.740 INFO kablam! --> src/lib.rs:634:7 Sep 04 14:11:53.740 INFO kablam! | Sep 04 14:11:53.740 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 04 14:11:53.740 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.740 INFO kablam! | Sep 04 14:11:53.740 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.740 INFO kablam! Sep 04 14:11:53.742 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 14:11:53.742 INFO kablam! --> src/lib.rs:635:7 Sep 04 14:11:53.742 INFO kablam! | Sep 04 14:11:53.742 INFO kablam! 635 | parameters: None, Sep 04 14:11:53.742 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.742 INFO kablam! | Sep 04 14:11:53.742 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.742 INFO kablam! Sep 04 14:11:53.742 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 14:11:53.742 INFO kablam! --> src/lib.rs:636:7 Sep 04 14:11:53.742 INFO kablam! | Sep 04 14:11:53.742 INFO kablam! 636 | span: Span::default(), Sep 04 14:11:53.742 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.743 INFO kablam! | Sep 04 14:11:53.743 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.743 INFO kablam! Sep 04 14:11:53.743 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 14:11:53.743 INFO kablam! --> src/lib.rs:644:7 Sep 04 14:11:53.743 INFO kablam! | Sep 04 14:11:53.743 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 04 14:11:53.743 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.743 INFO kablam! | Sep 04 14:11:53.743 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.743 INFO kablam! Sep 04 14:11:53.744 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 14:11:53.744 INFO kablam! --> src/lib.rs:645:7 Sep 04 14:11:53.744 INFO kablam! | Sep 04 14:11:53.744 INFO kablam! 645 | parameters: None, Sep 04 14:11:53.744 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.744 INFO kablam! | Sep 04 14:11:53.744 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.744 INFO kablam! Sep 04 14:11:53.744 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 14:11:53.744 INFO kablam! --> src/lib.rs:646:7 Sep 04 14:11:53.744 INFO kablam! | Sep 04 14:11:53.744 INFO kablam! 646 | span: Span::default(), Sep 04 14:11:53.744 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.744 INFO kablam! | Sep 04 14:11:53.744 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.744 INFO kablam! Sep 04 14:11:53.744 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 14:11:53.744 INFO kablam! --> src/lib.rs:654:7 Sep 04 14:11:53.744 INFO kablam! | Sep 04 14:11:53.744 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 04 14:11:53.744 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.744 INFO kablam! | Sep 04 14:11:53.744 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.745 INFO kablam! Sep 04 14:11:53.746 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 14:11:53.746 INFO kablam! --> src/lib.rs:655:7 Sep 04 14:11:53.746 INFO kablam! | Sep 04 14:11:53.746 INFO kablam! 655 | parameters: None, Sep 04 14:11:53.746 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.746 INFO kablam! | Sep 04 14:11:53.746 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.746 INFO kablam! Sep 04 14:11:53.746 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 14:11:53.746 INFO kablam! --> src/lib.rs:656:7 Sep 04 14:11:53.746 INFO kablam! | Sep 04 14:11:53.746 INFO kablam! 656 | span: Span::default(), Sep 04 14:11:53.747 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.747 INFO kablam! | Sep 04 14:11:53.747 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.747 INFO kablam! Sep 04 14:11:53.751 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 14:11:53.751 INFO kablam! --> src/lib.rs:668:17 Sep 04 14:11:53.751 INFO kablam! | Sep 04 14:11:53.751 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 04 14:11:53.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 14:11:53.751 INFO kablam! Sep 04 14:11:53.769 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 14:11:53.769 INFO kablam! --> src/lib.rs:634:7 Sep 04 14:11:53.769 INFO kablam! | Sep 04 14:11:53.769 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 04 14:11:53.769 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.769 INFO kablam! | Sep 04 14:11:53.769 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.769 INFO kablam! Sep 04 14:11:53.771 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 14:11:53.771 INFO kablam! --> src/lib.rs:635:7 Sep 04 14:11:53.771 INFO kablam! | Sep 04 14:11:53.771 INFO kablam! 635 | parameters: None, Sep 04 14:11:53.771 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.771 INFO kablam! | Sep 04 14:11:53.772 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.772 INFO kablam! Sep 04 14:11:53.772 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 14:11:53.772 INFO kablam! --> src/lib.rs:636:7 Sep 04 14:11:53.772 INFO kablam! | Sep 04 14:11:53.772 INFO kablam! 636 | span: Span::default(), Sep 04 14:11:53.772 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.772 INFO kablam! | Sep 04 14:11:53.772 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.772 INFO kablam! Sep 04 14:11:53.772 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 14:11:53.772 INFO kablam! --> src/lib.rs:644:7 Sep 04 14:11:53.772 INFO kablam! | Sep 04 14:11:53.772 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 04 14:11:53.772 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.772 INFO kablam! | Sep 04 14:11:53.772 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.772 INFO kablam! Sep 04 14:11:53.773 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 14:11:53.773 INFO kablam! --> src/lib.rs:645:7 Sep 04 14:11:53.773 INFO kablam! | Sep 04 14:11:53.773 INFO kablam! 645 | parameters: None, Sep 04 14:11:53.773 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.773 INFO kablam! | Sep 04 14:11:53.773 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.773 INFO kablam! Sep 04 14:11:53.773 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 14:11:53.773 INFO kablam! --> src/lib.rs:646:7 Sep 04 14:11:53.773 INFO kablam! | Sep 04 14:11:53.773 INFO kablam! 646 | span: Span::default(), Sep 04 14:11:53.773 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.773 INFO kablam! | Sep 04 14:11:53.773 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.773 INFO kablam! Sep 04 14:11:53.773 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 14:11:53.773 INFO kablam! --> src/lib.rs:654:7 Sep 04 14:11:53.773 INFO kablam! | Sep 04 14:11:53.773 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 04 14:11:53.773 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.773 INFO kablam! | Sep 04 14:11:53.773 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.773 INFO kablam! Sep 04 14:11:53.773 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 14:11:53.773 INFO kablam! --> src/lib.rs:655:7 Sep 04 14:11:53.773 INFO kablam! | Sep 04 14:11:53.774 INFO kablam! 655 | parameters: None, Sep 04 14:11:53.774 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.774 INFO kablam! | Sep 04 14:11:53.774 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.774 INFO kablam! Sep 04 14:11:53.774 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 14:11:53.774 INFO kablam! --> src/lib.rs:656:7 Sep 04 14:11:53.774 INFO kablam! | Sep 04 14:11:53.774 INFO kablam! 656 | span: Span::default(), Sep 04 14:11:53.774 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.774 INFO kablam! | Sep 04 14:11:53.774 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.774 INFO kablam! Sep 04 14:11:53.777 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 14:11:53.777 INFO kablam! --> src/lib.rs:668:17 Sep 04 14:11:53.778 INFO kablam! | Sep 04 14:11:53.778 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 04 14:11:53.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 14:11:53.778 INFO kablam! Sep 04 14:11:53.850 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 14:11:53.851 INFO kablam! --> src/lib.rs:815:7 Sep 04 14:11:53.851 INFO kablam! | Sep 04 14:11:53.851 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 04 14:11:53.851 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.851 INFO kablam! | Sep 04 14:11:53.851 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.851 INFO kablam! Sep 04 14:11:53.853 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 14:11:53.853 INFO kablam! --> src/lib.rs:816:7 Sep 04 14:11:53.853 INFO kablam! | Sep 04 14:11:53.853 INFO kablam! 816 | parameters: None, Sep 04 14:11:53.853 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.853 INFO kablam! | Sep 04 14:11:53.853 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.853 INFO kablam! Sep 04 14:11:53.853 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 14:11:53.853 INFO kablam! --> src/lib.rs:817:7 Sep 04 14:11:53.853 INFO kablam! | Sep 04 14:11:53.853 INFO kablam! 817 | span: Span::default(), Sep 04 14:11:53.853 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.853 INFO kablam! | Sep 04 14:11:53.853 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.853 INFO kablam! Sep 04 14:11:53.854 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 14:11:53.854 INFO kablam! --> src/lib.rs:825:7 Sep 04 14:11:53.854 INFO kablam! | Sep 04 14:11:53.854 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 04 14:11:53.854 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.854 INFO kablam! | Sep 04 14:11:53.854 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.854 INFO kablam! Sep 04 14:11:53.855 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 14:11:53.855 INFO kablam! --> src/lib.rs:826:7 Sep 04 14:11:53.855 INFO kablam! | Sep 04 14:11:53.855 INFO kablam! 826 | parameters: None, Sep 04 14:11:53.855 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.855 INFO kablam! | Sep 04 14:11:53.855 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.855 INFO kablam! Sep 04 14:11:53.855 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 14:11:53.855 INFO kablam! --> src/lib.rs:827:7 Sep 04 14:11:53.855 INFO kablam! | Sep 04 14:11:53.855 INFO kablam! 827 | span: Span::default(), Sep 04 14:11:53.855 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.855 INFO kablam! | Sep 04 14:11:53.855 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.855 INFO kablam! Sep 04 14:11:53.915 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 14:11:53.915 INFO kablam! --> src/lib.rs:815:7 Sep 04 14:11:53.915 INFO kablam! | Sep 04 14:11:53.915 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 04 14:11:53.915 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.916 INFO kablam! | Sep 04 14:11:53.916 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.916 INFO kablam! Sep 04 14:11:53.916 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 14:11:53.916 INFO kablam! --> src/lib.rs:816:7 Sep 04 14:11:53.916 INFO kablam! | Sep 04 14:11:53.916 INFO kablam! 816 | parameters: None, Sep 04 14:11:53.916 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.916 INFO kablam! | Sep 04 14:11:53.916 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.916 INFO kablam! Sep 04 14:11:53.916 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 14:11:53.916 INFO kablam! --> src/lib.rs:817:7 Sep 04 14:11:53.916 INFO kablam! | Sep 04 14:11:53.916 INFO kablam! 817 | span: Span::default(), Sep 04 14:11:53.916 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.916 INFO kablam! | Sep 04 14:11:53.916 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.916 INFO kablam! Sep 04 14:11:53.916 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 14:11:53.916 INFO kablam! --> src/lib.rs:825:7 Sep 04 14:11:53.916 INFO kablam! | Sep 04 14:11:53.916 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 04 14:11:53.916 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.916 INFO kablam! | Sep 04 14:11:53.916 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.917 INFO kablam! Sep 04 14:11:53.917 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 14:11:53.917 INFO kablam! --> src/lib.rs:826:7 Sep 04 14:11:53.917 INFO kablam! | Sep 04 14:11:53.917 INFO kablam! 826 | parameters: None, Sep 04 14:11:53.917 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.917 INFO kablam! | Sep 04 14:11:53.917 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.917 INFO kablam! Sep 04 14:11:53.917 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 14:11:53.917 INFO kablam! --> src/lib.rs:827:7 Sep 04 14:11:53.917 INFO kablam! | Sep 04 14:11:53.917 INFO kablam! 827 | span: Span::default(), Sep 04 14:11:53.917 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 14:11:53.917 INFO kablam! | Sep 04 14:11:53.917 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 14:11:53.917 INFO kablam! Sep 04 14:11:54.003 INFO kablam! error: aborting due to 27 previous errors Sep 04 14:11:54.003 INFO kablam! Sep 04 14:11:54.003 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 04 14:11:54.003 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 04 14:11:54.019 INFO kablam! error: Could not compile `mayda_macros`. Sep 04 14:11:54.020 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 14:11:54.105 INFO kablam! error: aborting due to 27 previous errors Sep 04 14:11:54.105 INFO kablam! Sep 04 14:11:54.105 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 04 14:11:54.106 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 04 14:11:54.122 INFO kablam! error: Could not compile `mayda_macros`. Sep 04 14:11:54.123 INFO kablam! Sep 04 14:11:54.123 INFO kablam! To learn more, run the command again with --verbose. Sep 04 14:11:54.124 INFO kablam! su: No module specific data is present Sep 04 14:11:54.712 INFO running `"docker" "rm" "-f" "98b03e78a134345763a078a950027eb26992bd1f1416088d9c15d0e2f17636c7"` Sep 04 14:11:54.861 INFO blam! 98b03e78a134345763a078a950027eb26992bd1f1416088d9c15d0e2f17636c7