Sep 01 14:22:58.841 INFO checking mayda-0.2.5 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 14:22:58.841 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 14:22:58.841 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 14:22:59.002 INFO blam! ffcce496ba6d8f19152136313ff113949e3718b62e70eb04aafc60aae63d32af Sep 01 14:22:59.007 INFO running `"docker" "start" "-a" "ffcce496ba6d8f19152136313ff113949e3718b62e70eb04aafc60aae63d32af"` Sep 01 14:23:00.096 INFO kablam! Compiling mayda_macros v0.1.4 Sep 01 14:23:00.098 INFO kablam! Compiling quickcheck_macros v0.6.2 Sep 01 14:23:04.183 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 14:23:04.183 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:146:5 Sep 01 14:23:04.183 INFO kablam! | Sep 01 14:23:04.183 INFO kablam! 146 | use syntax::codemap; Sep 01 14:23:04.183 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 01 14:23:04.183 INFO kablam! Sep 01 14:23:04.184 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 01 14:23:04.184 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:152:5 Sep 01 14:23:04.184 INFO kablam! | Sep 01 14:23:04.184 INFO kablam! 152 | use syntax::util::small_vector; Sep 01 14:23:04.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 01 14:23:04.184 INFO kablam! Sep 01 14:23:04.208 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 14:23:04.208 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.6.2/src/lib.rs:15:5 Sep 01 14:23:04.208 INFO kablam! | Sep 01 14:23:04.208 INFO kablam! 15 | use syntax::codemap; Sep 01 14:23:04.208 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 01 14:23:04.208 INFO kablam! Sep 01 14:23:04.340 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 14:23:04.341 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:190:19 Sep 01 14:23:04.341 INFO kablam! | Sep 01 14:23:04.341 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 01 14:23:04.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 14:23:04.341 INFO kablam! Sep 01 14:23:04.341 INFO kablam! error: aborting due to previous error Sep 01 14:23:04.341 INFO kablam! Sep 01 14:23:04.341 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 14:23:04.357 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 01 14:23:04.357 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 14:23:04.449 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 14:23:04.449 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:327:19 Sep 01 14:23:04.449 INFO kablam! | Sep 01 14:23:04.449 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 01 14:23:04.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 14:23:04.450 INFO kablam! Sep 01 14:23:04.513 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:23:04.513 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:475:7 Sep 01 14:23:04.513 INFO kablam! | Sep 01 14:23:04.513 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 01 14:23:04.513 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.513 INFO kablam! | Sep 01 14:23:04.513 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.513 INFO kablam! Sep 01 14:23:04.515 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:23:04.515 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:476:7 Sep 01 14:23:04.515 INFO kablam! | Sep 01 14:23:04.515 INFO kablam! 476 | parameters: None, Sep 01 14:23:04.515 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.515 INFO kablam! | Sep 01 14:23:04.515 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.515 INFO kablam! Sep 01 14:23:04.515 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:23:04.515 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:477:7 Sep 01 14:23:04.515 INFO kablam! | Sep 01 14:23:04.515 INFO kablam! 477 | span: Span::default(), Sep 01 14:23:04.515 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.515 INFO kablam! | Sep 01 14:23:04.515 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.515 INFO kablam! Sep 01 14:23:04.531 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:23:04.531 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:485:7 Sep 01 14:23:04.531 INFO kablam! | Sep 01 14:23:04.531 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 01 14:23:04.531 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.531 INFO kablam! | Sep 01 14:23:04.531 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.531 INFO kablam! Sep 01 14:23:04.531 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:23:04.531 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:486:7 Sep 01 14:23:04.531 INFO kablam! | Sep 01 14:23:04.531 INFO kablam! 486 | parameters: None, Sep 01 14:23:04.531 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.531 INFO kablam! | Sep 01 14:23:04.531 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.531 INFO kablam! Sep 01 14:23:04.531 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:23:04.531 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:487:7 Sep 01 14:23:04.531 INFO kablam! | Sep 01 14:23:04.531 INFO kablam! 487 | span: Span::default(), Sep 01 14:23:04.531 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.531 INFO kablam! | Sep 01 14:23:04.531 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.532 INFO kablam! Sep 01 14:23:04.534 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 14:23:04.534 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:499:17 Sep 01 14:23:04.534 INFO kablam! | Sep 01 14:23:04.534 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 01 14:23:04.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 14:23:04.534 INFO kablam! Sep 01 14:23:04.589 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:23:04.589 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:634:7 Sep 01 14:23:04.589 INFO kablam! | Sep 01 14:23:04.589 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 01 14:23:04.589 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.589 INFO kablam! | Sep 01 14:23:04.589 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.589 INFO kablam! Sep 01 14:23:04.590 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:23:04.590 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:635:7 Sep 01 14:23:04.590 INFO kablam! | Sep 01 14:23:04.590 INFO kablam! 635 | parameters: None, Sep 01 14:23:04.591 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.591 INFO kablam! | Sep 01 14:23:04.591 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.591 INFO kablam! Sep 01 14:23:04.591 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:23:04.591 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:636:7 Sep 01 14:23:04.591 INFO kablam! | Sep 01 14:23:04.591 INFO kablam! 636 | span: Span::default(), Sep 01 14:23:04.591 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.591 INFO kablam! | Sep 01 14:23:04.591 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.591 INFO kablam! Sep 01 14:23:04.592 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:23:04.592 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:644:7 Sep 01 14:23:04.592 INFO kablam! | Sep 01 14:23:04.592 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 01 14:23:04.592 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.592 INFO kablam! | Sep 01 14:23:04.592 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.592 INFO kablam! Sep 01 14:23:04.592 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:23:04.592 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:645:7 Sep 01 14:23:04.592 INFO kablam! | Sep 01 14:23:04.592 INFO kablam! 645 | parameters: None, Sep 01 14:23:04.592 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.592 INFO kablam! | Sep 01 14:23:04.593 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.593 INFO kablam! Sep 01 14:23:04.593 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:23:04.593 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:646:7 Sep 01 14:23:04.593 INFO kablam! | Sep 01 14:23:04.593 INFO kablam! 646 | span: Span::default(), Sep 01 14:23:04.593 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.593 INFO kablam! | Sep 01 14:23:04.593 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.593 INFO kablam! Sep 01 14:23:04.593 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:23:04.593 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:654:7 Sep 01 14:23:04.593 INFO kablam! | Sep 01 14:23:04.593 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 01 14:23:04.593 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.593 INFO kablam! | Sep 01 14:23:04.593 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.593 INFO kablam! Sep 01 14:23:04.593 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:23:04.593 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:655:7 Sep 01 14:23:04.593 INFO kablam! | Sep 01 14:23:04.593 INFO kablam! 655 | parameters: None, Sep 01 14:23:04.593 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.593 INFO kablam! | Sep 01 14:23:04.593 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.593 INFO kablam! Sep 01 14:23:04.593 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:23:04.593 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:656:7 Sep 01 14:23:04.593 INFO kablam! | Sep 01 14:23:04.593 INFO kablam! 656 | span: Span::default(), Sep 01 14:23:04.594 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.594 INFO kablam! | Sep 01 14:23:04.594 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.594 INFO kablam! Sep 01 14:23:04.595 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 14:23:04.595 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:668:17 Sep 01 14:23:04.595 INFO kablam! | Sep 01 14:23:04.595 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 01 14:23:04.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 14:23:04.595 INFO kablam! Sep 01 14:23:04.651 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:23:04.651 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:815:7 Sep 01 14:23:04.651 INFO kablam! | Sep 01 14:23:04.651 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 01 14:23:04.651 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.651 INFO kablam! | Sep 01 14:23:04.651 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.651 INFO kablam! Sep 01 14:23:04.653 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:23:04.653 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:816:7 Sep 01 14:23:04.653 INFO kablam! | Sep 01 14:23:04.653 INFO kablam! 816 | parameters: None, Sep 01 14:23:04.653 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.653 INFO kablam! | Sep 01 14:23:04.653 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.653 INFO kablam! Sep 01 14:23:04.654 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:23:04.654 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:817:7 Sep 01 14:23:04.654 INFO kablam! | Sep 01 14:23:04.654 INFO kablam! 817 | span: Span::default(), Sep 01 14:23:04.654 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.654 INFO kablam! | Sep 01 14:23:04.654 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.654 INFO kablam! Sep 01 14:23:04.654 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 01 14:23:04.654 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:825:7 Sep 01 14:23:04.654 INFO kablam! | Sep 01 14:23:04.654 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 01 14:23:04.654 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.654 INFO kablam! | Sep 01 14:23:04.654 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.654 INFO kablam! Sep 01 14:23:04.654 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 01 14:23:04.654 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:826:7 Sep 01 14:23:04.655 INFO kablam! | Sep 01 14:23:04.655 INFO kablam! 826 | parameters: None, Sep 01 14:23:04.655 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.655 INFO kablam! | Sep 01 14:23:04.655 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.655 INFO kablam! Sep 01 14:23:04.656 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 01 14:23:04.656 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:827:7 Sep 01 14:23:04.656 INFO kablam! | Sep 01 14:23:04.656 INFO kablam! 827 | span: Span::default(), Sep 01 14:23:04.656 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 01 14:23:04.656 INFO kablam! | Sep 01 14:23:04.656 INFO kablam! = note: available fields are: `ident`, `args` Sep 01 14:23:04.656 INFO kablam! Sep 01 14:23:04.762 INFO kablam! error: aborting due to 27 previous errors Sep 01 14:23:04.762 INFO kablam! Sep 01 14:23:04.762 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 01 14:23:04.762 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 01 14:23:04.776 INFO kablam! error: Could not compile `mayda_macros`. Sep 01 14:23:04.776 INFO kablam! Sep 01 14:23:04.776 INFO kablam! To learn more, run the command again with --verbose. Sep 01 14:23:04.778 INFO kablam! su: No module specific data is present Sep 01 14:23:05.278 INFO running `"docker" "rm" "-f" "ffcce496ba6d8f19152136313ff113949e3718b62e70eb04aafc60aae63d32af"` Sep 01 14:23:05.377 INFO blam! ffcce496ba6d8f19152136313ff113949e3718b62e70eb04aafc60aae63d32af