Sep 06 03:59:23.513 INFO checking mayda_macros-0.1.4 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 03:59:23.513 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 03:59:23.513 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 03:59:23.786 INFO blam! ff70432f7504713c3c1e878c51a959fec0037b383998888d444848297af2da44 Sep 06 03:59:23.788 INFO running `"docker" "start" "-a" "ff70432f7504713c3c1e878c51a959fec0037b383998888d444848297af2da44"` Sep 06 03:59:25.181 INFO kablam! usermod: no changes Sep 06 03:59:25.246 INFO kablam! Checking mayda_macros v0.1.4 (file:///source) Sep 06 03:59:28.102 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 03:59:28.102 INFO kablam! --> src/lib.rs:146:5 Sep 06 03:59:28.102 INFO kablam! | Sep 06 03:59:28.102 INFO kablam! 146 | use syntax::codemap; Sep 06 03:59:28.102 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 06 03:59:28.102 INFO kablam! Sep 06 03:59:28.102 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 06 03:59:28.102 INFO kablam! --> src/lib.rs:152:5 Sep 06 03:59:28.102 INFO kablam! | Sep 06 03:59:28.102 INFO kablam! 152 | use syntax::util::small_vector; Sep 06 03:59:28.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 06 03:59:28.102 INFO kablam! Sep 06 03:59:28.350 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 06 03:59:28.350 INFO kablam! --> src/lib.rs:190:19 Sep 06 03:59:28.350 INFO kablam! | Sep 06 03:59:28.350 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 06 03:59:28.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 06 03:59:28.350 INFO kablam! Sep 06 03:59:28.366 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 03:59:28.366 INFO kablam! --> src/lib.rs:146:5 Sep 06 03:59:28.366 INFO kablam! | Sep 06 03:59:28.366 INFO kablam! 146 | use syntax::codemap; Sep 06 03:59:28.366 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 06 03:59:28.366 INFO kablam! Sep 06 03:59:28.366 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 06 03:59:28.366 INFO kablam! --> src/lib.rs:152:5 Sep 06 03:59:28.366 INFO kablam! | Sep 06 03:59:28.366 INFO kablam! 152 | use syntax::util::small_vector; Sep 06 03:59:28.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 06 03:59:28.366 INFO kablam! Sep 06 03:59:28.452 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 06 03:59:28.452 INFO kablam! --> src/lib.rs:327:19 Sep 06 03:59:28.452 INFO kablam! | Sep 06 03:59:28.452 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 06 03:59:28.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 06 03:59:28.458 INFO kablam! Sep 06 03:59:28.490 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 06 03:59:28.490 INFO kablam! --> src/lib.rs:190:19 Sep 06 03:59:28.490 INFO kablam! | Sep 06 03:59:28.490 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 06 03:59:28.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 06 03:59:28.490 INFO kablam! Sep 06 03:59:28.518 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 06 03:59:28.518 INFO kablam! --> src/lib.rs:475:7 Sep 06 03:59:28.518 INFO kablam! | Sep 06 03:59:28.518 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 06 03:59:28.518 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.518 INFO kablam! | Sep 06 03:59:28.518 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.518 INFO kablam! Sep 06 03:59:28.518 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 06 03:59:28.518 INFO kablam! --> src/lib.rs:476:7 Sep 06 03:59:28.518 INFO kablam! | Sep 06 03:59:28.518 INFO kablam! 476 | parameters: None, Sep 06 03:59:28.518 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.518 INFO kablam! | Sep 06 03:59:28.518 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.518 INFO kablam! Sep 06 03:59:28.518 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 06 03:59:28.518 INFO kablam! --> src/lib.rs:477:7 Sep 06 03:59:28.518 INFO kablam! | Sep 06 03:59:28.518 INFO kablam! 477 | span: Span::default(), Sep 06 03:59:28.518 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.518 INFO kablam! | Sep 06 03:59:28.518 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.518 INFO kablam! Sep 06 03:59:28.526 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 06 03:59:28.526 INFO kablam! --> src/lib.rs:485:7 Sep 06 03:59:28.526 INFO kablam! | Sep 06 03:59:28.526 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 06 03:59:28.526 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.526 INFO kablam! | Sep 06 03:59:28.526 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.526 INFO kablam! Sep 06 03:59:28.526 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 06 03:59:28.526 INFO kablam! --> src/lib.rs:486:7 Sep 06 03:59:28.526 INFO kablam! | Sep 06 03:59:28.526 INFO kablam! 486 | parameters: None, Sep 06 03:59:28.526 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.526 INFO kablam! | Sep 06 03:59:28.526 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.526 INFO kablam! Sep 06 03:59:28.526 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 06 03:59:28.526 INFO kablam! --> src/lib.rs:487:7 Sep 06 03:59:28.526 INFO kablam! | Sep 06 03:59:28.526 INFO kablam! 487 | span: Span::default(), Sep 06 03:59:28.526 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.526 INFO kablam! | Sep 06 03:59:28.526 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.526 INFO kablam! Sep 06 03:59:28.541 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 06 03:59:28.541 INFO kablam! --> src/lib.rs:499:17 Sep 06 03:59:28.541 INFO kablam! | Sep 06 03:59:28.541 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 06 03:59:28.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 06 03:59:28.541 INFO kablam! Sep 06 03:59:28.582 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 06 03:59:28.582 INFO kablam! --> src/lib.rs:327:19 Sep 06 03:59:28.582 INFO kablam! | Sep 06 03:59:28.582 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 06 03:59:28.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 06 03:59:28.582 INFO kablam! Sep 06 03:59:28.598 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 06 03:59:28.598 INFO kablam! --> src/lib.rs:634:7 Sep 06 03:59:28.598 INFO kablam! | Sep 06 03:59:28.598 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 06 03:59:28.598 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.598 INFO kablam! | Sep 06 03:59:28.598 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.598 INFO kablam! Sep 06 03:59:28.602 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 06 03:59:28.602 INFO kablam! --> src/lib.rs:635:7 Sep 06 03:59:28.602 INFO kablam! | Sep 06 03:59:28.602 INFO kablam! 635 | parameters: None, Sep 06 03:59:28.602 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.602 INFO kablam! | Sep 06 03:59:28.602 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.602 INFO kablam! Sep 06 03:59:28.602 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 06 03:59:28.602 INFO kablam! --> src/lib.rs:636:7 Sep 06 03:59:28.602 INFO kablam! | Sep 06 03:59:28.602 INFO kablam! 636 | span: Span::default(), Sep 06 03:59:28.602 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.602 INFO kablam! | Sep 06 03:59:28.602 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.602 INFO kablam! Sep 06 03:59:28.602 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 06 03:59:28.602 INFO kablam! --> src/lib.rs:644:7 Sep 06 03:59:28.602 INFO kablam! | Sep 06 03:59:28.602 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 06 03:59:28.602 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.602 INFO kablam! | Sep 06 03:59:28.602 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.602 INFO kablam! Sep 06 03:59:28.602 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 06 03:59:28.602 INFO kablam! --> src/lib.rs:645:7 Sep 06 03:59:28.602 INFO kablam! | Sep 06 03:59:28.602 INFO kablam! 645 | parameters: None, Sep 06 03:59:28.602 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.602 INFO kablam! | Sep 06 03:59:28.602 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.602 INFO kablam! Sep 06 03:59:28.602 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 06 03:59:28.603 INFO kablam! --> src/lib.rs:646:7 Sep 06 03:59:28.603 INFO kablam! | Sep 06 03:59:28.603 INFO kablam! 646 | span: Span::default(), Sep 06 03:59:28.603 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.603 INFO kablam! | Sep 06 03:59:28.603 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.603 INFO kablam! Sep 06 03:59:28.603 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 06 03:59:28.603 INFO kablam! --> src/lib.rs:654:7 Sep 06 03:59:28.603 INFO kablam! | Sep 06 03:59:28.603 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 06 03:59:28.603 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.603 INFO kablam! | Sep 06 03:59:28.603 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.603 INFO kablam! Sep 06 03:59:28.603 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 06 03:59:28.603 INFO kablam! --> src/lib.rs:655:7 Sep 06 03:59:28.603 INFO kablam! | Sep 06 03:59:28.603 INFO kablam! 655 | parameters: None, Sep 06 03:59:28.603 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.603 INFO kablam! | Sep 06 03:59:28.603 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.603 INFO kablam! Sep 06 03:59:28.603 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 06 03:59:28.603 INFO kablam! --> src/lib.rs:656:7 Sep 06 03:59:28.603 INFO kablam! | Sep 06 03:59:28.603 INFO kablam! 656 | span: Span::default(), Sep 06 03:59:28.603 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.603 INFO kablam! | Sep 06 03:59:28.603 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.603 INFO kablam! Sep 06 03:59:28.603 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 06 03:59:28.603 INFO kablam! --> src/lib.rs:668:17 Sep 06 03:59:28.603 INFO kablam! | Sep 06 03:59:28.603 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 06 03:59:28.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 06 03:59:28.603 INFO kablam! Sep 06 03:59:28.622 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 06 03:59:28.622 INFO kablam! --> src/lib.rs:475:7 Sep 06 03:59:28.622 INFO kablam! | Sep 06 03:59:28.622 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 06 03:59:28.622 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.622 INFO kablam! | Sep 06 03:59:28.622 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.622 INFO kablam! Sep 06 03:59:28.622 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 06 03:59:28.622 INFO kablam! --> src/lib.rs:476:7 Sep 06 03:59:28.622 INFO kablam! | Sep 06 03:59:28.622 INFO kablam! 476 | parameters: None, Sep 06 03:59:28.622 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.622 INFO kablam! | Sep 06 03:59:28.622 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.622 INFO kablam! Sep 06 03:59:28.622 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 06 03:59:28.622 INFO kablam! --> src/lib.rs:477:7 Sep 06 03:59:28.622 INFO kablam! | Sep 06 03:59:28.622 INFO kablam! 477 | span: Span::default(), Sep 06 03:59:28.623 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.623 INFO kablam! | Sep 06 03:59:28.623 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.623 INFO kablam! Sep 06 03:59:28.630 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 06 03:59:28.630 INFO kablam! --> src/lib.rs:485:7 Sep 06 03:59:28.630 INFO kablam! | Sep 06 03:59:28.630 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 06 03:59:28.630 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.630 INFO kablam! | Sep 06 03:59:28.630 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.630 INFO kablam! Sep 06 03:59:28.630 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 06 03:59:28.630 INFO kablam! --> src/lib.rs:486:7 Sep 06 03:59:28.630 INFO kablam! | Sep 06 03:59:28.630 INFO kablam! 486 | parameters: None, Sep 06 03:59:28.630 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.630 INFO kablam! | Sep 06 03:59:28.630 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.630 INFO kablam! Sep 06 03:59:28.630 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 06 03:59:28.630 INFO kablam! --> src/lib.rs:487:7 Sep 06 03:59:28.630 INFO kablam! | Sep 06 03:59:28.630 INFO kablam! 487 | span: Span::default(), Sep 06 03:59:28.630 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.630 INFO kablam! | Sep 06 03:59:28.630 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.630 INFO kablam! Sep 06 03:59:28.631 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 06 03:59:28.631 INFO kablam! --> src/lib.rs:499:17 Sep 06 03:59:28.631 INFO kablam! | Sep 06 03:59:28.631 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 06 03:59:28.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 06 03:59:28.640 INFO kablam! Sep 06 03:59:28.682 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 06 03:59:28.682 INFO kablam! --> src/lib.rs:815:7 Sep 06 03:59:28.682 INFO kablam! | Sep 06 03:59:28.682 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 06 03:59:28.682 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.682 INFO kablam! | Sep 06 03:59:28.682 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.682 INFO kablam! Sep 06 03:59:28.682 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 06 03:59:28.682 INFO kablam! --> src/lib.rs:816:7 Sep 06 03:59:28.682 INFO kablam! | Sep 06 03:59:28.682 INFO kablam! 816 | parameters: None, Sep 06 03:59:28.682 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.682 INFO kablam! | Sep 06 03:59:28.682 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.682 INFO kablam! Sep 06 03:59:28.682 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 06 03:59:28.682 INFO kablam! --> src/lib.rs:817:7 Sep 06 03:59:28.682 INFO kablam! | Sep 06 03:59:28.682 INFO kablam! 817 | span: Span::default(), Sep 06 03:59:28.682 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.682 INFO kablam! | Sep 06 03:59:28.682 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.682 INFO kablam! Sep 06 03:59:28.682 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 06 03:59:28.682 INFO kablam! --> src/lib.rs:825:7 Sep 06 03:59:28.682 INFO kablam! | Sep 06 03:59:28.682 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 06 03:59:28.682 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.682 INFO kablam! | Sep 06 03:59:28.682 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.682 INFO kablam! Sep 06 03:59:28.682 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 06 03:59:28.682 INFO kablam! --> src/lib.rs:826:7 Sep 06 03:59:28.682 INFO kablam! | Sep 06 03:59:28.683 INFO kablam! 826 | parameters: None, Sep 06 03:59:28.683 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.683 INFO kablam! | Sep 06 03:59:28.683 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.683 INFO kablam! Sep 06 03:59:28.683 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 06 03:59:28.683 INFO kablam! --> src/lib.rs:827:7 Sep 06 03:59:28.683 INFO kablam! | Sep 06 03:59:28.683 INFO kablam! 827 | span: Span::default(), Sep 06 03:59:28.683 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.683 INFO kablam! | Sep 06 03:59:28.683 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.683 INFO kablam! Sep 06 03:59:28.698 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 06 03:59:28.698 INFO kablam! --> src/lib.rs:634:7 Sep 06 03:59:28.698 INFO kablam! | Sep 06 03:59:28.698 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 06 03:59:28.698 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.698 INFO kablam! | Sep 06 03:59:28.698 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.698 INFO kablam! Sep 06 03:59:28.698 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 06 03:59:28.698 INFO kablam! --> src/lib.rs:635:7 Sep 06 03:59:28.698 INFO kablam! | Sep 06 03:59:28.698 INFO kablam! 635 | parameters: None, Sep 06 03:59:28.698 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.698 INFO kablam! | Sep 06 03:59:28.698 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.698 INFO kablam! Sep 06 03:59:28.698 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 06 03:59:28.698 INFO kablam! --> src/lib.rs:636:7 Sep 06 03:59:28.698 INFO kablam! | Sep 06 03:59:28.698 INFO kablam! 636 | span: Span::default(), Sep 06 03:59:28.698 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.698 INFO kablam! | Sep 06 03:59:28.698 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.698 INFO kablam! Sep 06 03:59:28.698 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 06 03:59:28.698 INFO kablam! --> src/lib.rs:644:7 Sep 06 03:59:28.698 INFO kablam! | Sep 06 03:59:28.698 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 06 03:59:28.698 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.698 INFO kablam! | Sep 06 03:59:28.698 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.698 INFO kablam! Sep 06 03:59:28.698 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 06 03:59:28.698 INFO kablam! --> src/lib.rs:645:7 Sep 06 03:59:28.698 INFO kablam! | Sep 06 03:59:28.698 INFO kablam! 645 | parameters: None, Sep 06 03:59:28.698 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.698 INFO kablam! | Sep 06 03:59:28.698 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.698 INFO kablam! Sep 06 03:59:28.698 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 06 03:59:28.698 INFO kablam! --> src/lib.rs:646:7 Sep 06 03:59:28.698 INFO kablam! | Sep 06 03:59:28.698 INFO kablam! 646 | span: Span::default(), Sep 06 03:59:28.698 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.698 INFO kablam! | Sep 06 03:59:28.698 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.698 INFO kablam! Sep 06 03:59:28.698 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 06 03:59:28.698 INFO kablam! --> src/lib.rs:654:7 Sep 06 03:59:28.698 INFO kablam! | Sep 06 03:59:28.698 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 06 03:59:28.698 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.698 INFO kablam! | Sep 06 03:59:28.699 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.699 INFO kablam! Sep 06 03:59:28.699 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 06 03:59:28.699 INFO kablam! --> src/lib.rs:655:7 Sep 06 03:59:28.699 INFO kablam! | Sep 06 03:59:28.699 INFO kablam! 655 | parameters: None, Sep 06 03:59:28.699 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.699 INFO kablam! | Sep 06 03:59:28.699 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.699 INFO kablam! Sep 06 03:59:28.699 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 06 03:59:28.699 INFO kablam! --> src/lib.rs:656:7 Sep 06 03:59:28.699 INFO kablam! | Sep 06 03:59:28.699 INFO kablam! 656 | span: Span::default(), Sep 06 03:59:28.699 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.699 INFO kablam! | Sep 06 03:59:28.699 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.699 INFO kablam! Sep 06 03:59:28.706 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 06 03:59:28.706 INFO kablam! --> src/lib.rs:668:17 Sep 06 03:59:28.706 INFO kablam! | Sep 06 03:59:28.706 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 06 03:59:28.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 06 03:59:28.706 INFO kablam! Sep 06 03:59:28.746 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 06 03:59:28.746 INFO kablam! --> src/lib.rs:815:7 Sep 06 03:59:28.746 INFO kablam! | Sep 06 03:59:28.746 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 06 03:59:28.746 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.746 INFO kablam! | Sep 06 03:59:28.746 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.746 INFO kablam! Sep 06 03:59:28.746 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 06 03:59:28.746 INFO kablam! --> src/lib.rs:816:7 Sep 06 03:59:28.746 INFO kablam! | Sep 06 03:59:28.746 INFO kablam! 816 | parameters: None, Sep 06 03:59:28.746 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.746 INFO kablam! | Sep 06 03:59:28.746 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.746 INFO kablam! Sep 06 03:59:28.746 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 06 03:59:28.746 INFO kablam! --> src/lib.rs:817:7 Sep 06 03:59:28.746 INFO kablam! | Sep 06 03:59:28.746 INFO kablam! 817 | span: Span::default(), Sep 06 03:59:28.746 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.746 INFO kablam! | Sep 06 03:59:28.746 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.746 INFO kablam! Sep 06 03:59:28.746 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 06 03:59:28.746 INFO kablam! --> src/lib.rs:825:7 Sep 06 03:59:28.746 INFO kablam! | Sep 06 03:59:28.746 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 06 03:59:28.746 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.746 INFO kablam! | Sep 06 03:59:28.746 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.747 INFO kablam! Sep 06 03:59:28.747 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 06 03:59:28.747 INFO kablam! --> src/lib.rs:826:7 Sep 06 03:59:28.747 INFO kablam! | Sep 06 03:59:28.747 INFO kablam! 826 | parameters: None, Sep 06 03:59:28.747 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.747 INFO kablam! | Sep 06 03:59:28.747 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.747 INFO kablam! Sep 06 03:59:28.747 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 06 03:59:28.747 INFO kablam! --> src/lib.rs:827:7 Sep 06 03:59:28.747 INFO kablam! | Sep 06 03:59:28.747 INFO kablam! 827 | span: Span::default(), Sep 06 03:59:28.747 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 06 03:59:28.747 INFO kablam! | Sep 06 03:59:28.747 INFO kablam! = note: available fields are: `ident`, `args` Sep 06 03:59:28.747 INFO kablam! Sep 06 03:59:28.826 INFO kablam! error: aborting due to 27 previous errors Sep 06 03:59:28.826 INFO kablam! Sep 06 03:59:28.826 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 06 03:59:28.826 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 06 03:59:28.826 INFO kablam! error: aborting due to 27 previous errors Sep 06 03:59:28.826 INFO kablam! Sep 06 03:59:28.826 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 06 03:59:28.826 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 06 03:59:28.837 INFO kablam! error: Could not compile `mayda_macros`. Sep 06 03:59:28.837 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 03:59:28.838 INFO kablam! error: Could not compile `mayda_macros`. Sep 06 03:59:28.838 INFO kablam! Sep 06 03:59:28.838 INFO kablam! To learn more, run the command again with --verbose. Sep 06 03:59:28.839 INFO kablam! su: No module specific data is present Sep 06 03:59:29.665 INFO running `"docker" "rm" "-f" "ff70432f7504713c3c1e878c51a959fec0037b383998888d444848297af2da44"` Sep 06 03:59:29.823 INFO blam! ff70432f7504713c3c1e878c51a959fec0037b383998888d444848297af2da44