Sep 19 22:31:00.981 INFO checking mayda-0.2.5 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 22:31:00.981 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 22:31:00.981 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:31:01.183 INFO blam! 0fd273d802b4a4269755fcd3cead23cc794895a4c6b41df56d33c569e3470fd0 Sep 19 22:31:01.185 INFO running `"docker" "start" "-a" "0fd273d802b4a4269755fcd3cead23cc794895a4c6b41df56d33c569e3470fd0"` Sep 19 22:31:02.306 INFO kablam! usermod: no changes Sep 19 22:31:02.487 INFO kablam! Compiling mayda_macros v0.1.4 Sep 19 22:31:02.487 INFO kablam! Checking simd v0.2.2 Sep 19 22:31:02.490 INFO kablam! Compiling env_logger v0.5.13 Sep 19 22:31:04.655 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 22:31:04.655 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:146:5 Sep 19 22:31:04.655 INFO kablam! | Sep 19 22:31:04.655 INFO kablam! 146 | use syntax::codemap; Sep 19 22:31:04.655 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 19 22:31:04.655 INFO kablam! Sep 19 22:31:04.655 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 19 22:31:04.655 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:152:5 Sep 19 22:31:04.655 INFO kablam! | Sep 19 22:31:04.655 INFO kablam! 152 | use syntax::util::small_vector; Sep 19 22:31:04.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 19 22:31:04.655 INFO kablam! Sep 19 22:31:04.975 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 19 22:31:04.975 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:190:19 Sep 19 22:31:04.975 INFO kablam! | Sep 19 22:31:04.975 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 19 22:31:04.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 19 22:31:04.975 INFO kablam! Sep 19 22:31:05.168 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 19 22:31:05.168 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:327:19 Sep 19 22:31:05.169 INFO kablam! | Sep 19 22:31:05.169 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 19 22:31:05.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 19 22:31:05.169 INFO kablam! Sep 19 22:31:05.194 INFO kablam! Compiling quickcheck v0.6.2 Sep 19 22:31:05.199 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:31:05.199 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:475:7 Sep 19 22:31:05.199 INFO kablam! | Sep 19 22:31:05.199 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 19 22:31:05.199 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.199 INFO kablam! | Sep 19 22:31:05.199 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.199 INFO kablam! Sep 19 22:31:05.202 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:31:05.202 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:476:7 Sep 19 22:31:05.202 INFO kablam! | Sep 19 22:31:05.202 INFO kablam! 476 | parameters: None, Sep 19 22:31:05.202 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.202 INFO kablam! | Sep 19 22:31:05.202 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.202 INFO kablam! Sep 19 22:31:05.202 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:31:05.202 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:477:7 Sep 19 22:31:05.202 INFO kablam! | Sep 19 22:31:05.202 INFO kablam! 477 | span: Span::default(), Sep 19 22:31:05.202 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.202 INFO kablam! | Sep 19 22:31:05.202 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.202 INFO kablam! Sep 19 22:31:05.206 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:31:05.206 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:485:7 Sep 19 22:31:05.206 INFO kablam! | Sep 19 22:31:05.206 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 19 22:31:05.206 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.206 INFO kablam! | Sep 19 22:31:05.206 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.206 INFO kablam! Sep 19 22:31:05.206 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:31:05.206 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:486:7 Sep 19 22:31:05.206 INFO kablam! | Sep 19 22:31:05.206 INFO kablam! 486 | parameters: None, Sep 19 22:31:05.206 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.211 INFO kablam! | Sep 19 22:31:05.211 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.211 INFO kablam! Sep 19 22:31:05.211 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:31:05.211 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:487:7 Sep 19 22:31:05.211 INFO kablam! | Sep 19 22:31:05.211 INFO kablam! 487 | span: Span::default(), Sep 19 22:31:05.211 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.211 INFO kablam! | Sep 19 22:31:05.211 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.211 INFO kablam! Sep 19 22:31:05.211 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 19 22:31:05.211 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:499:17 Sep 19 22:31:05.211 INFO kablam! | Sep 19 22:31:05.211 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 19 22:31:05.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 19 22:31:05.211 INFO kablam! Sep 19 22:31:05.327 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:31:05.327 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:634:7 Sep 19 22:31:05.327 INFO kablam! | Sep 19 22:31:05.327 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 19 22:31:05.327 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.327 INFO kablam! | Sep 19 22:31:05.327 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.327 INFO kablam! Sep 19 22:31:05.327 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:31:05.327 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:635:7 Sep 19 22:31:05.327 INFO kablam! | Sep 19 22:31:05.327 INFO kablam! 635 | parameters: None, Sep 19 22:31:05.327 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.339 INFO kablam! | Sep 19 22:31:05.339 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.339 INFO kablam! Sep 19 22:31:05.339 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:31:05.339 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:636:7 Sep 19 22:31:05.339 INFO kablam! | Sep 19 22:31:05.339 INFO kablam! 636 | span: Span::default(), Sep 19 22:31:05.339 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.339 INFO kablam! | Sep 19 22:31:05.339 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.339 INFO kablam! Sep 19 22:31:05.340 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:31:05.340 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:644:7 Sep 19 22:31:05.340 INFO kablam! | Sep 19 22:31:05.340 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 19 22:31:05.340 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.340 INFO kablam! | Sep 19 22:31:05.340 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.340 INFO kablam! Sep 19 22:31:05.340 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:31:05.341 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:645:7 Sep 19 22:31:05.341 INFO kablam! | Sep 19 22:31:05.341 INFO kablam! 645 | parameters: None, Sep 19 22:31:05.341 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.341 INFO kablam! | Sep 19 22:31:05.341 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.341 INFO kablam! Sep 19 22:31:05.342 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:31:05.342 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:646:7 Sep 19 22:31:05.342 INFO kablam! | Sep 19 22:31:05.342 INFO kablam! 646 | span: Span::default(), Sep 19 22:31:05.342 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.342 INFO kablam! | Sep 19 22:31:05.342 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.342 INFO kablam! Sep 19 22:31:05.342 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:31:05.342 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:654:7 Sep 19 22:31:05.342 INFO kablam! | Sep 19 22:31:05.342 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 19 22:31:05.342 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.342 INFO kablam! | Sep 19 22:31:05.342 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.342 INFO kablam! Sep 19 22:31:05.342 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:31:05.342 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:655:7 Sep 19 22:31:05.342 INFO kablam! | Sep 19 22:31:05.343 INFO kablam! 655 | parameters: None, Sep 19 22:31:05.343 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.343 INFO kablam! | Sep 19 22:31:05.343 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.343 INFO kablam! Sep 19 22:31:05.343 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:31:05.343 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:656:7 Sep 19 22:31:05.343 INFO kablam! | Sep 19 22:31:05.343 INFO kablam! 656 | span: Span::default(), Sep 19 22:31:05.343 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.343 INFO kablam! | Sep 19 22:31:05.343 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.343 INFO kablam! Sep 19 22:31:05.345 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 19 22:31:05.345 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:668:17 Sep 19 22:31:05.345 INFO kablam! | Sep 19 22:31:05.345 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 19 22:31:05.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 19 22:31:05.367 INFO kablam! Sep 19 22:31:05.457 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:31:05.457 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:815:7 Sep 19 22:31:05.457 INFO kablam! | Sep 19 22:31:05.457 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 19 22:31:05.457 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.457 INFO kablam! | Sep 19 22:31:05.457 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.458 INFO kablam! Sep 19 22:31:05.458 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:31:05.458 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:816:7 Sep 19 22:31:05.458 INFO kablam! | Sep 19 22:31:05.458 INFO kablam! 816 | parameters: None, Sep 19 22:31:05.458 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.458 INFO kablam! | Sep 19 22:31:05.462 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.462 INFO kablam! Sep 19 22:31:05.462 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:31:05.462 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:817:7 Sep 19 22:31:05.462 INFO kablam! | Sep 19 22:31:05.462 INFO kablam! 817 | span: Span::default(), Sep 19 22:31:05.462 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.462 INFO kablam! | Sep 19 22:31:05.462 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.462 INFO kablam! Sep 19 22:31:05.467 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:31:05.467 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:825:7 Sep 19 22:31:05.467 INFO kablam! | Sep 19 22:31:05.467 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 19 22:31:05.467 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.467 INFO kablam! | Sep 19 22:31:05.467 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.467 INFO kablam! Sep 19 22:31:05.474 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:31:05.475 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:826:7 Sep 19 22:31:05.475 INFO kablam! | Sep 19 22:31:05.475 INFO kablam! 826 | parameters: None, Sep 19 22:31:05.475 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.475 INFO kablam! | Sep 19 22:31:05.475 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.475 INFO kablam! Sep 19 22:31:05.475 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:31:05.475 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:827:7 Sep 19 22:31:05.475 INFO kablam! | Sep 19 22:31:05.475 INFO kablam! 827 | span: Span::default(), Sep 19 22:31:05.475 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:31:05.475 INFO kablam! | Sep 19 22:31:05.475 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:31:05.475 INFO kablam! Sep 19 22:31:05.671 INFO kablam! error: aborting due to 27 previous errors Sep 19 22:31:05.671 INFO kablam! Sep 19 22:31:05.671 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 19 22:31:05.671 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 19 22:31:05.699 INFO kablam! error: Could not compile `mayda_macros`. Sep 19 22:31:05.699 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:31:07.950 INFO kablam! error: build failed Sep 19 22:31:07.951 INFO kablam! su: No module specific data is present Sep 19 22:31:08.691 INFO running `"docker" "rm" "-f" "0fd273d802b4a4269755fcd3cead23cc794895a4c6b41df56d33c569e3470fd0"` Sep 19 22:31:08.767 INFO blam! 0fd273d802b4a4269755fcd3cead23cc794895a4c6b41df56d33c569e3470fd0