Sep 04 11:17:06.488 INFO checking mayda-0.2.5 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 11:17:06.488 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 11:17:06.488 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 11:17:06.642 INFO blam! 585767ef1fcf20c341171dcbf1deb47be2645ec45960fe7e53103e13cc371cd8 Sep 04 11:17:06.644 INFO running `"docker" "start" "-a" "585767ef1fcf20c341171dcbf1deb47be2645ec45960fe7e53103e13cc371cd8"` Sep 04 11:17:07.361 INFO kablam! Compiling mayda_macros v0.1.4 Sep 04 11:17:07.363 INFO kablam! Compiling quickcheck v0.6.2 Sep 04 11:17:11.449 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 11:17:11.449 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:146:5 Sep 04 11:17:11.449 INFO kablam! | Sep 04 11:17:11.449 INFO kablam! 146 | use syntax::codemap; Sep 04 11:17:11.449 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 04 11:17:11.449 INFO kablam! Sep 04 11:17:11.450 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 11:17:11.450 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:152:5 Sep 04 11:17:11.450 INFO kablam! | Sep 04 11:17:11.450 INFO kablam! 152 | use syntax::util::small_vector; Sep 04 11:17:11.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 04 11:17:11.450 INFO kablam! Sep 04 11:17:11.826 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:17:11.827 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:190:19 Sep 04 11:17:11.827 INFO kablam! | Sep 04 11:17:11.827 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 04 11:17:11.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:17:11.827 INFO kablam! Sep 04 11:17:12.149 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:17:12.149 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:327:19 Sep 04 11:17:12.150 INFO kablam! | Sep 04 11:17:12.150 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 04 11:17:12.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:17:12.150 INFO kablam! Sep 04 11:17:12.249 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:12.249 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:475:7 Sep 04 11:17:12.249 INFO kablam! | Sep 04 11:17:12.249 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 04 11:17:12.250 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.254 INFO kablam! | Sep 04 11:17:12.255 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.255 INFO kablam! Sep 04 11:17:12.258 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:12.258 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:476:7 Sep 04 11:17:12.258 INFO kablam! | Sep 04 11:17:12.258 INFO kablam! 476 | parameters: None, Sep 04 11:17:12.258 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.258 INFO kablam! | Sep 04 11:17:12.259 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.259 INFO kablam! Sep 04 11:17:12.260 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:12.260 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:477:7 Sep 04 11:17:12.260 INFO kablam! | Sep 04 11:17:12.260 INFO kablam! 477 | span: Span::default(), Sep 04 11:17:12.260 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.260 INFO kablam! | Sep 04 11:17:12.261 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.261 INFO kablam! Sep 04 11:17:12.282 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:12.282 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:485:7 Sep 04 11:17:12.282 INFO kablam! | Sep 04 11:17:12.282 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 04 11:17:12.282 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.283 INFO kablam! | Sep 04 11:17:12.283 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.284 INFO kablam! Sep 04 11:17:12.284 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:12.284 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:486:7 Sep 04 11:17:12.284 INFO kablam! | Sep 04 11:17:12.284 INFO kablam! 486 | parameters: None, Sep 04 11:17:12.285 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.285 INFO kablam! | Sep 04 11:17:12.285 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.286 INFO kablam! Sep 04 11:17:12.286 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:12.286 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:487:7 Sep 04 11:17:12.286 INFO kablam! | Sep 04 11:17:12.286 INFO kablam! 487 | span: Span::default(), Sep 04 11:17:12.286 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.287 INFO kablam! | Sep 04 11:17:12.287 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.288 INFO kablam! Sep 04 11:17:12.292 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:17:12.292 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:499:17 Sep 04 11:17:12.292 INFO kablam! | Sep 04 11:17:12.292 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 04 11:17:12.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:17:12.292 INFO kablam! Sep 04 11:17:12.398 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:12.398 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:634:7 Sep 04 11:17:12.398 INFO kablam! | Sep 04 11:17:12.398 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 04 11:17:12.398 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.398 INFO kablam! | Sep 04 11:17:12.399 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.399 INFO kablam! Sep 04 11:17:12.401 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:12.402 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:635:7 Sep 04 11:17:12.402 INFO kablam! | Sep 04 11:17:12.402 INFO kablam! 635 | parameters: None, Sep 04 11:17:12.402 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.402 INFO kablam! | Sep 04 11:17:12.403 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.403 INFO kablam! Sep 04 11:17:12.403 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:12.403 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:636:7 Sep 04 11:17:12.404 INFO kablam! | Sep 04 11:17:12.404 INFO kablam! 636 | span: Span::default(), Sep 04 11:17:12.404 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.404 INFO kablam! | Sep 04 11:17:12.404 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.405 INFO kablam! Sep 04 11:17:12.406 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:12.406 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:644:7 Sep 04 11:17:12.406 INFO kablam! | Sep 04 11:17:12.406 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 04 11:17:12.406 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.406 INFO kablam! | Sep 04 11:17:12.407 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.407 INFO kablam! Sep 04 11:17:12.408 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:12.408 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:645:7 Sep 04 11:17:12.408 INFO kablam! | Sep 04 11:17:12.408 INFO kablam! 645 | parameters: None, Sep 04 11:17:12.408 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.408 INFO kablam! | Sep 04 11:17:12.409 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.409 INFO kablam! Sep 04 11:17:12.410 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:12.410 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:646:7 Sep 04 11:17:12.410 INFO kablam! | Sep 04 11:17:12.410 INFO kablam! 646 | span: Span::default(), Sep 04 11:17:12.410 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.410 INFO kablam! | Sep 04 11:17:12.411 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.411 INFO kablam! Sep 04 11:17:12.412 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:12.412 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:654:7 Sep 04 11:17:12.412 INFO kablam! | Sep 04 11:17:12.412 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 04 11:17:12.412 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.413 INFO kablam! | Sep 04 11:17:12.413 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.413 INFO kablam! Sep 04 11:17:12.414 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:12.414 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:655:7 Sep 04 11:17:12.414 INFO kablam! | Sep 04 11:17:12.414 INFO kablam! 655 | parameters: None, Sep 04 11:17:12.414 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.415 INFO kablam! | Sep 04 11:17:12.415 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.415 INFO kablam! Sep 04 11:17:12.416 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:12.416 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:656:7 Sep 04 11:17:12.416 INFO kablam! | Sep 04 11:17:12.416 INFO kablam! 656 | span: Span::default(), Sep 04 11:17:12.416 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.416 INFO kablam! | Sep 04 11:17:12.417 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.417 INFO kablam! Sep 04 11:17:12.421 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:17:12.421 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:668:17 Sep 04 11:17:12.421 INFO kablam! | Sep 04 11:17:12.421 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 04 11:17:12.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:17:12.422 INFO kablam! Sep 04 11:17:12.516 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:12.516 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:815:7 Sep 04 11:17:12.516 INFO kablam! | Sep 04 11:17:12.516 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 04 11:17:12.516 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.517 INFO kablam! | Sep 04 11:17:12.517 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.517 INFO kablam! Sep 04 11:17:12.520 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:12.520 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:816:7 Sep 04 11:17:12.520 INFO kablam! | Sep 04 11:17:12.520 INFO kablam! 816 | parameters: None, Sep 04 11:17:12.520 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.520 INFO kablam! | Sep 04 11:17:12.521 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.521 INFO kablam! Sep 04 11:17:12.522 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:12.522 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:817:7 Sep 04 11:17:12.522 INFO kablam! | Sep 04 11:17:12.522 INFO kablam! 817 | span: Span::default(), Sep 04 11:17:12.522 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.522 INFO kablam! | Sep 04 11:17:12.523 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.523 INFO kablam! Sep 04 11:17:12.524 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:12.524 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:825:7 Sep 04 11:17:12.524 INFO kablam! | Sep 04 11:17:12.524 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 04 11:17:12.524 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.524 INFO kablam! | Sep 04 11:17:12.525 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.525 INFO kablam! Sep 04 11:17:12.526 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:12.526 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:826:7 Sep 04 11:17:12.526 INFO kablam! | Sep 04 11:17:12.526 INFO kablam! 826 | parameters: None, Sep 04 11:17:12.526 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.526 INFO kablam! | Sep 04 11:17:12.527 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.527 INFO kablam! Sep 04 11:17:12.527 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:12.527 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:827:7 Sep 04 11:17:12.528 INFO kablam! | Sep 04 11:17:12.528 INFO kablam! 827 | span: Span::default(), Sep 04 11:17:12.528 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:12.528 INFO kablam! | Sep 04 11:17:12.528 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:12.529 INFO kablam! Sep 04 11:17:12.715 INFO kablam! error: aborting due to 27 previous errors Sep 04 11:17:12.715 INFO kablam! Sep 04 11:17:12.716 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 04 11:17:12.716 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 04 11:17:12.735 INFO kablam! error: Could not compile `mayda_macros`. Sep 04 11:17:12.735 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:17:12.967 INFO kablam! error: build failed Sep 04 11:17:12.969 INFO kablam! su: No module specific data is present Sep 04 11:17:13.453 INFO running `"docker" "rm" "-f" "585767ef1fcf20c341171dcbf1deb47be2645ec45960fe7e53103e13cc371cd8"` Sep 04 11:17:13.619 INFO blam! 585767ef1fcf20c341171dcbf1deb47be2645ec45960fe7e53103e13cc371cd8