Sep 10 14:48:34.379 INFO checking mayda_macros-0.1.4 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 14:48:34.379 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 14:48:34.379 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 14:48:34.595 INFO blam! e915b7949e0306a0436647415fa71a1437d4468f9928110385ef22fcf6fc9a61 Sep 10 14:48:34.597 INFO running `"docker" "start" "-a" "e915b7949e0306a0436647415fa71a1437d4468f9928110385ef22fcf6fc9a61"` Sep 10 14:48:35.770 INFO kablam! usermod: no changes Sep 10 14:48:35.839 INFO kablam! Checking mayda_macros v0.1.4 (file:///source) Sep 10 14:48:38.938 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 14:48:38.938 INFO kablam! --> src/lib.rs:146:5 Sep 10 14:48:38.938 INFO kablam! | Sep 10 14:48:38.938 INFO kablam! 146 | use syntax::codemap; Sep 10 14:48:38.938 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 10 14:48:38.938 INFO kablam! Sep 10 14:48:38.938 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 10 14:48:38.938 INFO kablam! --> src/lib.rs:152:5 Sep 10 14:48:38.938 INFO kablam! | Sep 10 14:48:38.938 INFO kablam! 152 | use syntax::util::small_vector; Sep 10 14:48:38.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 10 14:48:38.938 INFO kablam! Sep 10 14:48:39.062 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 10 14:48:39.062 INFO kablam! --> src/lib.rs:190:19 Sep 10 14:48:39.062 INFO kablam! | Sep 10 14:48:39.062 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 10 14:48:39.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 10 14:48:39.062 INFO kablam! Sep 10 14:48:39.130 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 10 14:48:39.130 INFO kablam! --> src/lib.rs:146:5 Sep 10 14:48:39.130 INFO kablam! | Sep 10 14:48:39.130 INFO kablam! 146 | use syntax::codemap; Sep 10 14:48:39.130 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 10 14:48:39.130 INFO kablam! Sep 10 14:48:39.130 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 10 14:48:39.130 INFO kablam! --> src/lib.rs:152:5 Sep 10 14:48:39.130 INFO kablam! | Sep 10 14:48:39.130 INFO kablam! 152 | use syntax::util::small_vector; Sep 10 14:48:39.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 10 14:48:39.130 INFO kablam! Sep 10 14:48:39.151 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 10 14:48:39.151 INFO kablam! --> src/lib.rs:327:19 Sep 10 14:48:39.151 INFO kablam! | Sep 10 14:48:39.151 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 10 14:48:39.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 10 14:48:39.151 INFO kablam! Sep 10 14:48:39.193 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 10 14:48:39.193 INFO kablam! --> src/lib.rs:475:7 Sep 10 14:48:39.193 INFO kablam! | Sep 10 14:48:39.193 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 10 14:48:39.193 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.193 INFO kablam! | Sep 10 14:48:39.193 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.193 INFO kablam! Sep 10 14:48:39.197 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 10 14:48:39.197 INFO kablam! --> src/lib.rs:476:7 Sep 10 14:48:39.197 INFO kablam! | Sep 10 14:48:39.197 INFO kablam! 476 | parameters: None, Sep 10 14:48:39.198 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.198 INFO kablam! | Sep 10 14:48:39.198 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.198 INFO kablam! Sep 10 14:48:39.198 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 10 14:48:39.198 INFO kablam! --> src/lib.rs:477:7 Sep 10 14:48:39.198 INFO kablam! | Sep 10 14:48:39.198 INFO kablam! 477 | span: Span::default(), Sep 10 14:48:39.198 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.198 INFO kablam! | Sep 10 14:48:39.198 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.198 INFO kablam! Sep 10 14:48:39.202 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 10 14:48:39.202 INFO kablam! --> src/lib.rs:485:7 Sep 10 14:48:39.202 INFO kablam! | Sep 10 14:48:39.202 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 10 14:48:39.202 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.202 INFO kablam! | Sep 10 14:48:39.202 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.202 INFO kablam! Sep 10 14:48:39.202 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 10 14:48:39.202 INFO kablam! --> src/lib.rs:486:7 Sep 10 14:48:39.202 INFO kablam! | Sep 10 14:48:39.202 INFO kablam! 486 | parameters: None, Sep 10 14:48:39.202 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.202 INFO kablam! | Sep 10 14:48:39.202 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.202 INFO kablam! Sep 10 14:48:39.202 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 10 14:48:39.202 INFO kablam! --> src/lib.rs:487:7 Sep 10 14:48:39.202 INFO kablam! | Sep 10 14:48:39.202 INFO kablam! 487 | span: Span::default(), Sep 10 14:48:39.202 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.202 INFO kablam! | Sep 10 14:48:39.202 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.202 INFO kablam! Sep 10 14:48:39.204 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 10 14:48:39.204 INFO kablam! --> src/lib.rs:499:17 Sep 10 14:48:39.204 INFO kablam! | Sep 10 14:48:39.204 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 10 14:48:39.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 10 14:48:39.204 INFO kablam! Sep 10 14:48:39.250 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 10 14:48:39.250 INFO kablam! --> src/lib.rs:634:7 Sep 10 14:48:39.250 INFO kablam! | Sep 10 14:48:39.250 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 10 14:48:39.250 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.250 INFO kablam! | Sep 10 14:48:39.250 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.250 INFO kablam! Sep 10 14:48:39.250 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 10 14:48:39.250 INFO kablam! --> src/lib.rs:635:7 Sep 10 14:48:39.250 INFO kablam! | Sep 10 14:48:39.250 INFO kablam! 635 | parameters: None, Sep 10 14:48:39.250 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.250 INFO kablam! | Sep 10 14:48:39.250 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.250 INFO kablam! Sep 10 14:48:39.250 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 10 14:48:39.250 INFO kablam! --> src/lib.rs:636:7 Sep 10 14:48:39.250 INFO kablam! | Sep 10 14:48:39.250 INFO kablam! 636 | span: Span::default(), Sep 10 14:48:39.250 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.250 INFO kablam! | Sep 10 14:48:39.250 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.250 INFO kablam! Sep 10 14:48:39.250 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 10 14:48:39.250 INFO kablam! --> src/lib.rs:644:7 Sep 10 14:48:39.250 INFO kablam! | Sep 10 14:48:39.250 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 10 14:48:39.250 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.250 INFO kablam! | Sep 10 14:48:39.250 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.250 INFO kablam! Sep 10 14:48:39.250 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 10 14:48:39.250 INFO kablam! --> src/lib.rs:645:7 Sep 10 14:48:39.250 INFO kablam! | Sep 10 14:48:39.250 INFO kablam! 645 | parameters: None, Sep 10 14:48:39.250 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.250 INFO kablam! | Sep 10 14:48:39.250 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.250 INFO kablam! Sep 10 14:48:39.250 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 10 14:48:39.250 INFO kablam! --> src/lib.rs:646:7 Sep 10 14:48:39.250 INFO kablam! | Sep 10 14:48:39.250 INFO kablam! 646 | span: Span::default(), Sep 10 14:48:39.250 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.250 INFO kablam! | Sep 10 14:48:39.250 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.250 INFO kablam! Sep 10 14:48:39.250 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 10 14:48:39.250 INFO kablam! --> src/lib.rs:654:7 Sep 10 14:48:39.250 INFO kablam! | Sep 10 14:48:39.250 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 10 14:48:39.250 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.250 INFO kablam! | Sep 10 14:48:39.250 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.250 INFO kablam! Sep 10 14:48:39.250 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 10 14:48:39.250 INFO kablam! --> src/lib.rs:655:7 Sep 10 14:48:39.251 INFO kablam! | Sep 10 14:48:39.251 INFO kablam! 655 | parameters: None, Sep 10 14:48:39.251 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.251 INFO kablam! | Sep 10 14:48:39.251 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.251 INFO kablam! Sep 10 14:48:39.251 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 10 14:48:39.251 INFO kablam! --> src/lib.rs:656:7 Sep 10 14:48:39.251 INFO kablam! | Sep 10 14:48:39.251 INFO kablam! 656 | span: Span::default(), Sep 10 14:48:39.251 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.251 INFO kablam! | Sep 10 14:48:39.251 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.251 INFO kablam! Sep 10 14:48:39.254 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 10 14:48:39.254 INFO kablam! --> src/lib.rs:668:17 Sep 10 14:48:39.254 INFO kablam! | Sep 10 14:48:39.254 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 10 14:48:39.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 10 14:48:39.254 INFO kablam! Sep 10 14:48:39.254 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 10 14:48:39.254 INFO kablam! --> src/lib.rs:190:19 Sep 10 14:48:39.254 INFO kablam! | Sep 10 14:48:39.254 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 10 14:48:39.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 10 14:48:39.254 INFO kablam! Sep 10 14:48:39.302 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 10 14:48:39.302 INFO kablam! --> src/lib.rs:815:7 Sep 10 14:48:39.302 INFO kablam! | Sep 10 14:48:39.302 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 10 14:48:39.302 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.302 INFO kablam! | Sep 10 14:48:39.302 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.302 INFO kablam! Sep 10 14:48:39.302 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 10 14:48:39.302 INFO kablam! --> src/lib.rs:816:7 Sep 10 14:48:39.302 INFO kablam! | Sep 10 14:48:39.302 INFO kablam! 816 | parameters: None, Sep 10 14:48:39.302 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.302 INFO kablam! | Sep 10 14:48:39.302 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.302 INFO kablam! Sep 10 14:48:39.302 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 10 14:48:39.302 INFO kablam! --> src/lib.rs:817:7 Sep 10 14:48:39.302 INFO kablam! | Sep 10 14:48:39.302 INFO kablam! 817 | span: Span::default(), Sep 10 14:48:39.302 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.302 INFO kablam! | Sep 10 14:48:39.302 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.302 INFO kablam! Sep 10 14:48:39.302 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 10 14:48:39.302 INFO kablam! --> src/lib.rs:825:7 Sep 10 14:48:39.302 INFO kablam! | Sep 10 14:48:39.302 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 10 14:48:39.302 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.302 INFO kablam! | Sep 10 14:48:39.302 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.302 INFO kablam! Sep 10 14:48:39.302 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 10 14:48:39.302 INFO kablam! --> src/lib.rs:826:7 Sep 10 14:48:39.303 INFO kablam! | Sep 10 14:48:39.303 INFO kablam! 826 | parameters: None, Sep 10 14:48:39.303 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.303 INFO kablam! | Sep 10 14:48:39.303 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.303 INFO kablam! Sep 10 14:48:39.303 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 10 14:48:39.303 INFO kablam! --> src/lib.rs:827:7 Sep 10 14:48:39.303 INFO kablam! | Sep 10 14:48:39.303 INFO kablam! 827 | span: Span::default(), Sep 10 14:48:39.303 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.303 INFO kablam! | Sep 10 14:48:39.303 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.303 INFO kablam! Sep 10 14:48:39.358 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 10 14:48:39.358 INFO kablam! --> src/lib.rs:327:19 Sep 10 14:48:39.358 INFO kablam! | Sep 10 14:48:39.358 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 10 14:48:39.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 10 14:48:39.358 INFO kablam! Sep 10 14:48:39.386 INFO kablam! error: aborting due to 27 previous errors Sep 10 14:48:39.386 INFO kablam! Sep 10 14:48:39.386 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 10 14:48:39.386 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 10 14:48:39.402 INFO kablam! error: Could not compile `mayda_macros`. Sep 10 14:48:39.402 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 14:48:39.404 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 10 14:48:39.404 INFO kablam! --> src/lib.rs:475:7 Sep 10 14:48:39.404 INFO kablam! | Sep 10 14:48:39.404 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 10 14:48:39.404 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.404 INFO kablam! | Sep 10 14:48:39.404 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.404 INFO kablam! Sep 10 14:48:39.410 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 10 14:48:39.410 INFO kablam! --> src/lib.rs:476:7 Sep 10 14:48:39.410 INFO kablam! | Sep 10 14:48:39.410 INFO kablam! 476 | parameters: None, Sep 10 14:48:39.410 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.410 INFO kablam! | Sep 10 14:48:39.410 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.410 INFO kablam! Sep 10 14:48:39.410 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 10 14:48:39.410 INFO kablam! --> src/lib.rs:477:7 Sep 10 14:48:39.410 INFO kablam! | Sep 10 14:48:39.410 INFO kablam! 477 | span: Span::default(), Sep 10 14:48:39.410 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.410 INFO kablam! | Sep 10 14:48:39.410 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.410 INFO kablam! Sep 10 14:48:39.415 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 10 14:48:39.415 INFO kablam! --> src/lib.rs:485:7 Sep 10 14:48:39.415 INFO kablam! | Sep 10 14:48:39.415 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 10 14:48:39.415 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.415 INFO kablam! | Sep 10 14:48:39.415 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.415 INFO kablam! Sep 10 14:48:39.415 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 10 14:48:39.415 INFO kablam! --> src/lib.rs:486:7 Sep 10 14:48:39.415 INFO kablam! | Sep 10 14:48:39.415 INFO kablam! 486 | parameters: None, Sep 10 14:48:39.415 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.415 INFO kablam! | Sep 10 14:48:39.415 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.415 INFO kablam! Sep 10 14:48:39.415 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 10 14:48:39.415 INFO kablam! --> src/lib.rs:487:7 Sep 10 14:48:39.415 INFO kablam! | Sep 10 14:48:39.415 INFO kablam! 487 | span: Span::default(), Sep 10 14:48:39.415 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.415 INFO kablam! | Sep 10 14:48:39.415 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.416 INFO kablam! Sep 10 14:48:39.422 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 10 14:48:39.422 INFO kablam! --> src/lib.rs:499:17 Sep 10 14:48:39.422 INFO kablam! | Sep 10 14:48:39.422 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 10 14:48:39.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 10 14:48:39.422 INFO kablam! Sep 10 14:48:39.458 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 10 14:48:39.458 INFO kablam! --> src/lib.rs:634:7 Sep 10 14:48:39.458 INFO kablam! | Sep 10 14:48:39.458 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 10 14:48:39.458 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.458 INFO kablam! | Sep 10 14:48:39.458 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.458 INFO kablam! Sep 10 14:48:39.461 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 10 14:48:39.461 INFO kablam! --> src/lib.rs:635:7 Sep 10 14:48:39.461 INFO kablam! | Sep 10 14:48:39.461 INFO kablam! 635 | parameters: None, Sep 10 14:48:39.461 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.461 INFO kablam! | Sep 10 14:48:39.462 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.462 INFO kablam! Sep 10 14:48:39.462 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 10 14:48:39.462 INFO kablam! --> src/lib.rs:636:7 Sep 10 14:48:39.462 INFO kablam! | Sep 10 14:48:39.462 INFO kablam! 636 | span: Span::default(), Sep 10 14:48:39.462 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.462 INFO kablam! | Sep 10 14:48:39.462 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.462 INFO kablam! Sep 10 14:48:39.462 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 10 14:48:39.462 INFO kablam! --> src/lib.rs:644:7 Sep 10 14:48:39.462 INFO kablam! | Sep 10 14:48:39.462 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 10 14:48:39.462 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.462 INFO kablam! | Sep 10 14:48:39.462 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.462 INFO kablam! Sep 10 14:48:39.462 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 10 14:48:39.462 INFO kablam! --> src/lib.rs:645:7 Sep 10 14:48:39.462 INFO kablam! | Sep 10 14:48:39.462 INFO kablam! 645 | parameters: None, Sep 10 14:48:39.462 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.462 INFO kablam! | Sep 10 14:48:39.462 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.462 INFO kablam! Sep 10 14:48:39.462 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 10 14:48:39.462 INFO kablam! --> src/lib.rs:646:7 Sep 10 14:48:39.462 INFO kablam! | Sep 10 14:48:39.462 INFO kablam! 646 | span: Span::default(), Sep 10 14:48:39.462 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.462 INFO kablam! | Sep 10 14:48:39.462 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.462 INFO kablam! Sep 10 14:48:39.462 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 10 14:48:39.462 INFO kablam! --> src/lib.rs:654:7 Sep 10 14:48:39.462 INFO kablam! | Sep 10 14:48:39.462 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 10 14:48:39.462 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.462 INFO kablam! | Sep 10 14:48:39.462 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.462 INFO kablam! Sep 10 14:48:39.462 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 10 14:48:39.462 INFO kablam! --> src/lib.rs:655:7 Sep 10 14:48:39.462 INFO kablam! | Sep 10 14:48:39.462 INFO kablam! 655 | parameters: None, Sep 10 14:48:39.462 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.462 INFO kablam! | Sep 10 14:48:39.462 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.462 INFO kablam! Sep 10 14:48:39.462 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 10 14:48:39.462 INFO kablam! --> src/lib.rs:656:7 Sep 10 14:48:39.462 INFO kablam! | Sep 10 14:48:39.462 INFO kablam! 656 | span: Span::default(), Sep 10 14:48:39.462 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.462 INFO kablam! | Sep 10 14:48:39.462 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.462 INFO kablam! Sep 10 14:48:39.462 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 10 14:48:39.462 INFO kablam! --> src/lib.rs:668:17 Sep 10 14:48:39.462 INFO kablam! | Sep 10 14:48:39.462 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 10 14:48:39.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 10 14:48:39.462 INFO kablam! Sep 10 14:48:39.506 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 10 14:48:39.506 INFO kablam! --> src/lib.rs:815:7 Sep 10 14:48:39.506 INFO kablam! | Sep 10 14:48:39.506 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 10 14:48:39.506 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.506 INFO kablam! | Sep 10 14:48:39.506 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.506 INFO kablam! Sep 10 14:48:39.509 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 10 14:48:39.510 INFO kablam! --> src/lib.rs:816:7 Sep 10 14:48:39.510 INFO kablam! | Sep 10 14:48:39.510 INFO kablam! 816 | parameters: None, Sep 10 14:48:39.510 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.510 INFO kablam! | Sep 10 14:48:39.510 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.510 INFO kablam! Sep 10 14:48:39.510 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 10 14:48:39.510 INFO kablam! --> src/lib.rs:817:7 Sep 10 14:48:39.510 INFO kablam! | Sep 10 14:48:39.510 INFO kablam! 817 | span: Span::default(), Sep 10 14:48:39.510 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.510 INFO kablam! | Sep 10 14:48:39.510 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.510 INFO kablam! Sep 10 14:48:39.510 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 10 14:48:39.510 INFO kablam! --> src/lib.rs:825:7 Sep 10 14:48:39.510 INFO kablam! | Sep 10 14:48:39.510 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 10 14:48:39.510 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.510 INFO kablam! | Sep 10 14:48:39.510 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.510 INFO kablam! Sep 10 14:48:39.510 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 10 14:48:39.510 INFO kablam! --> src/lib.rs:826:7 Sep 10 14:48:39.510 INFO kablam! | Sep 10 14:48:39.510 INFO kablam! 826 | parameters: None, Sep 10 14:48:39.510 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.510 INFO kablam! | Sep 10 14:48:39.510 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.510 INFO kablam! Sep 10 14:48:39.510 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 10 14:48:39.510 INFO kablam! --> src/lib.rs:827:7 Sep 10 14:48:39.510 INFO kablam! | Sep 10 14:48:39.510 INFO kablam! 827 | span: Span::default(), Sep 10 14:48:39.510 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 10 14:48:39.510 INFO kablam! | Sep 10 14:48:39.510 INFO kablam! = note: available fields are: `ident`, `args` Sep 10 14:48:39.510 INFO kablam! Sep 10 14:48:39.594 INFO kablam! error: aborting due to 27 previous errors Sep 10 14:48:39.594 INFO kablam! Sep 10 14:48:39.594 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 10 14:48:39.594 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 10 14:48:39.606 INFO kablam! error: Could not compile `mayda_macros`. Sep 10 14:48:39.606 INFO kablam! Sep 10 14:48:39.606 INFO kablam! To learn more, run the command again with --verbose. Sep 10 14:48:39.606 INFO kablam! su: No module specific data is present Sep 10 14:48:40.420 INFO running `"docker" "rm" "-f" "e915b7949e0306a0436647415fa71a1437d4468f9928110385ef22fcf6fc9a61"` Sep 10 14:48:40.536 INFO blam! e915b7949e0306a0436647415fa71a1437d4468f9928110385ef22fcf6fc9a61