Sep 02 07:54:00.519 INFO checking mayda_codec-0.1.4 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 07:54:00.519 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 07:54:00.519 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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:54:00.739 INFO blam! 6fcb0c083aaebcbe3ea5bd14f94aa33e996355d904e64914a8cb22ba6c91d9b4 Sep 02 07:54:00.741 INFO running `"docker" "start" "-a" "6fcb0c083aaebcbe3ea5bd14f94aa33e996355d904e64914a8cb22ba6c91d9b4"` Sep 02 07:54:01.722 INFO kablam! Checking simd v0.2.2 Sep 02 07:54:01.727 INFO kablam! Compiling mayda_macros v0.1.4 Sep 02 07:54:06.157 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 07:54:06.158 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:146:5 Sep 02 07:54:06.158 INFO kablam! | Sep 02 07:54:06.158 INFO kablam! 146 | use syntax::codemap; Sep 02 07:54:06.158 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 02 07:54:06.158 INFO kablam! Sep 02 07:54:06.158 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 02 07:54:06.158 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:152:5 Sep 02 07:54:06.158 INFO kablam! | Sep 02 07:54:06.158 INFO kablam! 152 | use syntax::util::small_vector; Sep 02 07:54:06.158 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 02 07:54:06.158 INFO kablam! Sep 02 07:54:06.369 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 07:54:06.369 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:190:19 Sep 02 07:54:06.369 INFO kablam! | Sep 02 07:54:06.369 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 02 07:54:06.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 07:54:06.370 INFO kablam! Sep 02 07:54:06.536 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 07:54:06.537 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:327:19 Sep 02 07:54:06.537 INFO kablam! | Sep 02 07:54:06.537 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 02 07:54:06.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 07:54:06.537 INFO kablam! Sep 02 07:54:06.621 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:06.621 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:475:7 Sep 02 07:54:06.621 INFO kablam! | Sep 02 07:54:06.621 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 02 07:54:06.621 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.621 INFO kablam! | Sep 02 07:54:06.621 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.621 INFO kablam! Sep 02 07:54:06.622 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:06.622 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:476:7 Sep 02 07:54:06.623 INFO kablam! | Sep 02 07:54:06.623 INFO kablam! 476 | parameters: None, Sep 02 07:54:06.623 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.623 INFO kablam! | Sep 02 07:54:06.623 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.623 INFO kablam! Sep 02 07:54:06.623 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:06.623 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:477:7 Sep 02 07:54:06.623 INFO kablam! | Sep 02 07:54:06.623 INFO kablam! 477 | span: Span::default(), Sep 02 07:54:06.623 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.623 INFO kablam! | Sep 02 07:54:06.623 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.623 INFO kablam! Sep 02 07:54:06.642 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:06.642 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:485:7 Sep 02 07:54:06.642 INFO kablam! | Sep 02 07:54:06.642 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 02 07:54:06.642 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.642 INFO kablam! | Sep 02 07:54:06.642 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.642 INFO kablam! Sep 02 07:54:06.642 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:06.642 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:486:7 Sep 02 07:54:06.642 INFO kablam! | Sep 02 07:54:06.642 INFO kablam! 486 | parameters: None, Sep 02 07:54:06.642 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.642 INFO kablam! | Sep 02 07:54:06.642 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.643 INFO kablam! Sep 02 07:54:06.643 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:06.643 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:487:7 Sep 02 07:54:06.643 INFO kablam! | Sep 02 07:54:06.643 INFO kablam! 487 | span: Span::default(), Sep 02 07:54:06.643 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.643 INFO kablam! | Sep 02 07:54:06.643 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.643 INFO kablam! Sep 02 07:54:06.646 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 07:54:06.646 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:499:17 Sep 02 07:54:06.646 INFO kablam! | Sep 02 07:54:06.646 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 02 07:54:06.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 07:54:06.646 INFO kablam! Sep 02 07:54:06.731 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:06.731 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:634:7 Sep 02 07:54:06.732 INFO kablam! | Sep 02 07:54:06.732 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 02 07:54:06.732 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.732 INFO kablam! | Sep 02 07:54:06.732 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.732 INFO kablam! Sep 02 07:54:06.733 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:06.733 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:635:7 Sep 02 07:54:06.733 INFO kablam! | Sep 02 07:54:06.733 INFO kablam! 635 | parameters: None, Sep 02 07:54:06.733 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.734 INFO kablam! | Sep 02 07:54:06.734 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.734 INFO kablam! Sep 02 07:54:06.734 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:06.734 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:636:7 Sep 02 07:54:06.734 INFO kablam! | Sep 02 07:54:06.734 INFO kablam! 636 | span: Span::default(), Sep 02 07:54:06.734 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.734 INFO kablam! | Sep 02 07:54:06.735 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.735 INFO kablam! Sep 02 07:54:06.735 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:06.735 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:644:7 Sep 02 07:54:06.735 INFO kablam! | Sep 02 07:54:06.735 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 02 07:54:06.735 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.735 INFO kablam! | Sep 02 07:54:06.735 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.735 INFO kablam! Sep 02 07:54:06.735 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:06.735 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:645:7 Sep 02 07:54:06.735 INFO kablam! | Sep 02 07:54:06.735 INFO kablam! 645 | parameters: None, Sep 02 07:54:06.736 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.736 INFO kablam! | Sep 02 07:54:06.736 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.736 INFO kablam! Sep 02 07:54:06.736 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:06.736 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:646:7 Sep 02 07:54:06.736 INFO kablam! | Sep 02 07:54:06.736 INFO kablam! 646 | span: Span::default(), Sep 02 07:54:06.736 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.736 INFO kablam! | Sep 02 07:54:06.736 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.736 INFO kablam! Sep 02 07:54:06.736 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:06.736 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:654:7 Sep 02 07:54:06.736 INFO kablam! | Sep 02 07:54:06.736 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 02 07:54:06.737 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.737 INFO kablam! | Sep 02 07:54:06.737 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.737 INFO kablam! Sep 02 07:54:06.737 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:06.737 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:655:7 Sep 02 07:54:06.737 INFO kablam! | Sep 02 07:54:06.737 INFO kablam! 655 | parameters: None, Sep 02 07:54:06.737 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.737 INFO kablam! | Sep 02 07:54:06.737 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.737 INFO kablam! Sep 02 07:54:06.737 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:06.737 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:656:7 Sep 02 07:54:06.737 INFO kablam! | Sep 02 07:54:06.737 INFO kablam! 656 | span: Span::default(), Sep 02 07:54:06.737 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.737 INFO kablam! | Sep 02 07:54:06.738 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.738 INFO kablam! Sep 02 07:54:06.739 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 07:54:06.739 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:668:17 Sep 02 07:54:06.739 INFO kablam! | Sep 02 07:54:06.739 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 02 07:54:06.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 07:54:06.739 INFO kablam! Sep 02 07:54:06.838 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:06.839 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:815:7 Sep 02 07:54:06.839 INFO kablam! | Sep 02 07:54:06.839 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 02 07:54:06.839 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.839 INFO kablam! | Sep 02 07:54:06.839 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.839 INFO kablam! Sep 02 07:54:06.841 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:06.841 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:816:7 Sep 02 07:54:06.841 INFO kablam! | Sep 02 07:54:06.841 INFO kablam! 816 | parameters: None, Sep 02 07:54:06.841 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.841 INFO kablam! | Sep 02 07:54:06.841 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.841 INFO kablam! Sep 02 07:54:06.841 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:06.841 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:817:7 Sep 02 07:54:06.841 INFO kablam! | Sep 02 07:54:06.841 INFO kablam! 817 | span: Span::default(), Sep 02 07:54:06.841 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.841 INFO kablam! | Sep 02 07:54:06.841 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.841 INFO kablam! Sep 02 07:54:06.842 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:06.842 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:825:7 Sep 02 07:54:06.842 INFO kablam! | Sep 02 07:54:06.842 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 02 07:54:06.842 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.842 INFO kablam! | Sep 02 07:54:06.842 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.842 INFO kablam! Sep 02 07:54:06.842 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:06.842 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:826:7 Sep 02 07:54:06.842 INFO kablam! | Sep 02 07:54:06.842 INFO kablam! 826 | parameters: None, Sep 02 07:54:06.842 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.842 INFO kablam! | Sep 02 07:54:06.842 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.842 INFO kablam! Sep 02 07:54:06.842 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:06.842 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:827:7 Sep 02 07:54:06.842 INFO kablam! | Sep 02 07:54:06.842 INFO kablam! 827 | span: Span::default(), Sep 02 07:54:06.842 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:06.843 INFO kablam! | Sep 02 07:54:06.843 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:06.843 INFO kablam! Sep 02 07:54:07.031 INFO kablam! error: aborting due to 27 previous errors Sep 02 07:54:07.031 INFO kablam! Sep 02 07:54:07.031 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 02 07:54:07.031 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 02 07:54:07.046 INFO kablam! error: Could not compile `mayda_macros`. Sep 02 07:54:07.046 INFO kablam! Sep 02 07:54:07.046 INFO kablam! To learn more, run the command again with --verbose. Sep 02 07:54:07.047 INFO kablam! su: No module specific data is present Sep 02 07:54:07.498 INFO running `"docker" "rm" "-f" "6fcb0c083aaebcbe3ea5bd14f94aa33e996355d904e64914a8cb22ba6c91d9b4"` Sep 02 07:54:07.594 INFO blam! 6fcb0c083aaebcbe3ea5bd14f94aa33e996355d904e64914a8cb22ba6c91d9b4