Sep 02 07:54:10.375 INFO checking mayda-0.2.5 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 07:54:10.375 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 07:54:10.375 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/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:10.581 INFO blam! afecdfa7ea273cc411d3deac9e693de2df36f1961afc5f032f2c4318a74f4335 Sep 02 07:54:10.583 INFO running `"docker" "start" "-a" "afecdfa7ea273cc411d3deac9e693de2df36f1961afc5f032f2c4318a74f4335"` Sep 02 07:54:11.331 INFO kablam! Checking simd v0.2.2 Sep 02 07:54:11.331 INFO kablam! Compiling mayda_macros v0.1.4 Sep 02 07:54:11.337 INFO kablam! Compiling quickcheck_macros v0.6.2 Sep 02 07:54:16.226 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 07:54:16.226 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:146:5 Sep 02 07:54:16.226 INFO kablam! | Sep 02 07:54:16.226 INFO kablam! 146 | use syntax::codemap; Sep 02 07:54:16.226 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 02 07:54:16.226 INFO kablam! Sep 02 07:54:16.226 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 02 07:54:16.226 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:152:5 Sep 02 07:54:16.226 INFO kablam! | Sep 02 07:54:16.226 INFO kablam! 152 | use syntax::util::small_vector; Sep 02 07:54:16.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 02 07:54:16.226 INFO kablam! Sep 02 07:54:16.443 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 07:54:16.443 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:190:19 Sep 02 07:54:16.443 INFO kablam! | Sep 02 07:54:16.444 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 02 07:54:16.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 07:54:16.444 INFO kablam! Sep 02 07:54:16.531 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 07:54:16.533 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.6.2/src/lib.rs:15:5 Sep 02 07:54:16.533 INFO kablam! | Sep 02 07:54:16.533 INFO kablam! 15 | use syntax::codemap; Sep 02 07:54:16.533 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 02 07:54:16.533 INFO kablam! Sep 02 07:54:16.613 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 07:54:16.613 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:327:19 Sep 02 07:54:16.613 INFO kablam! | Sep 02 07:54:16.613 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 02 07:54:16.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 07:54:16.614 INFO kablam! Sep 02 07:54:16.676 INFO kablam! error: aborting due to previous error Sep 02 07:54:16.676 INFO kablam! Sep 02 07:54:16.676 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 02 07:54:16.693 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 02 07:54:16.693 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 07:54:16.702 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:16.702 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:475:7 Sep 02 07:54:16.702 INFO kablam! | Sep 02 07:54:16.702 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 02 07:54:16.702 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.702 INFO kablam! | Sep 02 07:54:16.702 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.702 INFO kablam! Sep 02 07:54:16.704 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:16.704 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:476:7 Sep 02 07:54:16.704 INFO kablam! | Sep 02 07:54:16.704 INFO kablam! 476 | parameters: None, Sep 02 07:54:16.704 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.704 INFO kablam! | Sep 02 07:54:16.704 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.704 INFO kablam! Sep 02 07:54:16.704 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:16.704 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:477:7 Sep 02 07:54:16.704 INFO kablam! | Sep 02 07:54:16.704 INFO kablam! 477 | span: Span::default(), Sep 02 07:54:16.705 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.705 INFO kablam! | Sep 02 07:54:16.705 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.705 INFO kablam! Sep 02 07:54:16.724 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:16.724 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:485:7 Sep 02 07:54:16.724 INFO kablam! | Sep 02 07:54:16.724 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 02 07:54:16.724 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.724 INFO kablam! | Sep 02 07:54:16.724 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.724 INFO kablam! Sep 02 07:54:16.724 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:16.724 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:486:7 Sep 02 07:54:16.724 INFO kablam! | Sep 02 07:54:16.724 INFO kablam! 486 | parameters: None, Sep 02 07:54:16.724 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.724 INFO kablam! | Sep 02 07:54:16.724 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.724 INFO kablam! Sep 02 07:54:16.724 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:16.724 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:487:7 Sep 02 07:54:16.724 INFO kablam! | Sep 02 07:54:16.724 INFO kablam! 487 | span: Span::default(), Sep 02 07:54:16.724 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.724 INFO kablam! | Sep 02 07:54:16.725 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.725 INFO kablam! Sep 02 07:54:16.727 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 07:54:16.728 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:499:17 Sep 02 07:54:16.728 INFO kablam! | Sep 02 07:54:16.728 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 02 07:54:16.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 07:54:16.728 INFO kablam! Sep 02 07:54:16.812 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:16.812 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:634:7 Sep 02 07:54:16.812 INFO kablam! | Sep 02 07:54:16.812 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 02 07:54:16.812 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.812 INFO kablam! | Sep 02 07:54:16.812 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.812 INFO kablam! Sep 02 07:54:16.814 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:16.814 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:635:7 Sep 02 07:54:16.814 INFO kablam! | Sep 02 07:54:16.814 INFO kablam! 635 | parameters: None, Sep 02 07:54:16.814 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.814 INFO kablam! | Sep 02 07:54:16.814 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.814 INFO kablam! Sep 02 07:54:16.814 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:16.814 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:636:7 Sep 02 07:54:16.815 INFO kablam! | Sep 02 07:54:16.815 INFO kablam! 636 | span: Span::default(), Sep 02 07:54:16.815 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.815 INFO kablam! | Sep 02 07:54:16.815 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.815 INFO kablam! Sep 02 07:54:16.817 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:16.817 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:644:7 Sep 02 07:54:16.817 INFO kablam! | Sep 02 07:54:16.817 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 02 07:54:16.817 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.817 INFO kablam! | Sep 02 07:54:16.817 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.817 INFO kablam! Sep 02 07:54:16.817 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:16.817 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:645:7 Sep 02 07:54:16.817 INFO kablam! | Sep 02 07:54:16.817 INFO kablam! 645 | parameters: None, Sep 02 07:54:16.817 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.817 INFO kablam! | Sep 02 07:54:16.817 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.817 INFO kablam! Sep 02 07:54:16.817 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:16.817 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:646:7 Sep 02 07:54:16.817 INFO kablam! | Sep 02 07:54:16.817 INFO kablam! 646 | span: Span::default(), Sep 02 07:54:16.817 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.818 INFO kablam! | Sep 02 07:54:16.818 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.818 INFO kablam! Sep 02 07:54:16.818 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:16.818 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:654:7 Sep 02 07:54:16.818 INFO kablam! | Sep 02 07:54:16.818 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 02 07:54:16.818 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.818 INFO kablam! | Sep 02 07:54:16.818 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.818 INFO kablam! Sep 02 07:54:16.818 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:16.818 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:655:7 Sep 02 07:54:16.818 INFO kablam! | Sep 02 07:54:16.818 INFO kablam! 655 | parameters: None, Sep 02 07:54:16.818 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.818 INFO kablam! | Sep 02 07:54:16.818 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.818 INFO kablam! Sep 02 07:54:16.818 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:16.818 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:656:7 Sep 02 07:54:16.818 INFO kablam! | Sep 02 07:54:16.818 INFO kablam! 656 | span: Span::default(), Sep 02 07:54:16.819 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.819 INFO kablam! | Sep 02 07:54:16.819 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.819 INFO kablam! Sep 02 07:54:16.821 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 07:54:16.821 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:668:17 Sep 02 07:54:16.821 INFO kablam! | Sep 02 07:54:16.821 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 02 07:54:16.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 07:54:16.821 INFO kablam! Sep 02 07:54:16.906 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:16.906 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:815:7 Sep 02 07:54:16.906 INFO kablam! | Sep 02 07:54:16.906 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 02 07:54:16.906 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.907 INFO kablam! | Sep 02 07:54:16.907 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.907 INFO kablam! Sep 02 07:54:16.909 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:16.909 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:816:7 Sep 02 07:54:16.909 INFO kablam! | Sep 02 07:54:16.910 INFO kablam! 816 | parameters: None, Sep 02 07:54:16.910 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.910 INFO kablam! | Sep 02 07:54:16.910 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.910 INFO kablam! Sep 02 07:54:16.910 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:16.910 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:817:7 Sep 02 07:54:16.910 INFO kablam! | Sep 02 07:54:16.910 INFO kablam! 817 | span: Span::default(), Sep 02 07:54:16.910 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.910 INFO kablam! | Sep 02 07:54:16.910 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.910 INFO kablam! Sep 02 07:54:16.911 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 02 07:54:16.911 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:825:7 Sep 02 07:54:16.911 INFO kablam! | Sep 02 07:54:16.911 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 02 07:54:16.911 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.911 INFO kablam! | Sep 02 07:54:16.911 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.911 INFO kablam! Sep 02 07:54:16.912 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 02 07:54:16.912 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:826:7 Sep 02 07:54:16.912 INFO kablam! | Sep 02 07:54:16.912 INFO kablam! 826 | parameters: None, Sep 02 07:54:16.912 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.912 INFO kablam! | Sep 02 07:54:16.912 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.912 INFO kablam! Sep 02 07:54:16.912 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 02 07:54:16.912 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:827:7 Sep 02 07:54:16.912 INFO kablam! | Sep 02 07:54:16.912 INFO kablam! 827 | span: Span::default(), Sep 02 07:54:16.912 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 02 07:54:16.912 INFO kablam! | Sep 02 07:54:16.912 INFO kablam! = note: available fields are: `ident`, `args` Sep 02 07:54:16.912 INFO kablam! Sep 02 07:54:17.110 INFO kablam! error: aborting due to 27 previous errors Sep 02 07:54:17.110 INFO kablam! Sep 02 07:54:17.110 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 02 07:54:17.110 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 02 07:54:17.132 INFO kablam! error: Could not compile `mayda_macros`. Sep 02 07:54:17.132 INFO kablam! Sep 02 07:54:17.132 INFO kablam! To learn more, run the command again with --verbose. Sep 02 07:54:17.133 INFO kablam! su: No module specific data is present Sep 02 07:54:17.664 INFO running `"docker" "rm" "-f" "afecdfa7ea273cc411d3deac9e693de2df36f1961afc5f032f2c4318a74f4335"` Sep 02 07:54:17.788 INFO blam! afecdfa7ea273cc411d3deac9e693de2df36f1961afc5f032f2c4318a74f4335