Sep 04 11:16:48.262 INFO checking mayda_macros-0.1.4 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 11:16:48.262 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 11:16:48.262 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/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:16:48.507 INFO blam! 57c4886de5e72bf56857cf841ee38a1222671253f58fecbc9c0e92326e64b799 Sep 04 11:16:48.509 INFO running `"docker" "start" "-a" "57c4886de5e72bf56857cf841ee38a1222671253f58fecbc9c0e92326e64b799"` Sep 04 11:16:49.347 INFO kablam! Checking mayda_macros v0.1.4 (file:///source) Sep 04 11:16:53.777 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 11:16:53.777 INFO kablam! --> src/lib.rs:146:5 Sep 04 11:16:53.777 INFO kablam! | Sep 04 11:16:53.777 INFO kablam! 146 | use syntax::codemap; Sep 04 11:16:53.777 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 04 11:16:53.777 INFO kablam! Sep 04 11:16:53.778 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 11:16:53.778 INFO kablam! --> src/lib.rs:152:5 Sep 04 11:16:53.778 INFO kablam! | Sep 04 11:16:53.778 INFO kablam! 152 | use syntax::util::small_vector; Sep 04 11:16:53.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 04 11:16:53.778 INFO kablam! Sep 04 11:16:53.832 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 11:16:53.832 INFO kablam! --> src/lib.rs:146:5 Sep 04 11:16:53.832 INFO kablam! | Sep 04 11:16:53.833 INFO kablam! 146 | use syntax::codemap; Sep 04 11:16:53.833 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 04 11:16:53.833 INFO kablam! Sep 04 11:16:53.833 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 11:16:53.833 INFO kablam! --> src/lib.rs:152:5 Sep 04 11:16:53.833 INFO kablam! | Sep 04 11:16:53.833 INFO kablam! 152 | use syntax::util::small_vector; Sep 04 11:16:53.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 04 11:16:53.833 INFO kablam! Sep 04 11:16:54.008 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:16:54.008 INFO kablam! --> src/lib.rs:190:19 Sep 04 11:16:54.008 INFO kablam! | Sep 04 11:16:54.008 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 04 11:16:54.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:16:54.008 INFO kablam! Sep 04 11:16:54.070 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:16:54.070 INFO kablam! --> src/lib.rs:190:19 Sep 04 11:16:54.070 INFO kablam! | Sep 04 11:16:54.070 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 04 11:16:54.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:16:54.071 INFO kablam! Sep 04 11:16:54.198 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:16:54.198 INFO kablam! --> src/lib.rs:327:19 Sep 04 11:16:54.198 INFO kablam! | Sep 04 11:16:54.198 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 04 11:16:54.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:16:54.198 INFO kablam! Sep 04 11:16:54.262 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:16:54.262 INFO kablam! --> src/lib.rs:327:19 Sep 04 11:16:54.262 INFO kablam! | Sep 04 11:16:54.262 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 04 11:16:54.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:16:54.262 INFO kablam! Sep 04 11:16:54.298 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:16:54.298 INFO kablam! --> src/lib.rs:475:7 Sep 04 11:16:54.298 INFO kablam! | Sep 04 11:16:54.298 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 04 11:16:54.298 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.298 INFO kablam! | Sep 04 11:16:54.298 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.298 INFO kablam! Sep 04 11:16:54.300 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:16:54.300 INFO kablam! --> src/lib.rs:476:7 Sep 04 11:16:54.300 INFO kablam! | Sep 04 11:16:54.300 INFO kablam! 476 | parameters: None, Sep 04 11:16:54.300 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.300 INFO kablam! | Sep 04 11:16:54.300 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.300 INFO kablam! Sep 04 11:16:54.301 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:16:54.301 INFO kablam! --> src/lib.rs:477:7 Sep 04 11:16:54.301 INFO kablam! | Sep 04 11:16:54.301 INFO kablam! 477 | span: Span::default(), Sep 04 11:16:54.301 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.301 INFO kablam! | Sep 04 11:16:54.301 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.301 INFO kablam! Sep 04 11:16:54.324 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:16:54.326 INFO kablam! --> src/lib.rs:485:7 Sep 04 11:16:54.326 INFO kablam! | Sep 04 11:16:54.326 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 04 11:16:54.326 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.326 INFO kablam! | Sep 04 11:16:54.326 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.326 INFO kablam! Sep 04 11:16:54.326 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:16:54.326 INFO kablam! --> src/lib.rs:486:7 Sep 04 11:16:54.326 INFO kablam! | Sep 04 11:16:54.326 INFO kablam! 486 | parameters: None, Sep 04 11:16:54.326 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.326 INFO kablam! | Sep 04 11:16:54.326 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.326 INFO kablam! Sep 04 11:16:54.326 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:16:54.326 INFO kablam! --> src/lib.rs:487:7 Sep 04 11:16:54.327 INFO kablam! | Sep 04 11:16:54.327 INFO kablam! 487 | span: Span::default(), Sep 04 11:16:54.327 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.327 INFO kablam! | Sep 04 11:16:54.327 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.327 INFO kablam! Sep 04 11:16:54.329 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:16:54.329 INFO kablam! --> src/lib.rs:499:17 Sep 04 11:16:54.329 INFO kablam! | Sep 04 11:16:54.329 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 04 11:16:54.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:16:54.329 INFO kablam! Sep 04 11:16:54.366 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:16:54.366 INFO kablam! --> src/lib.rs:475:7 Sep 04 11:16:54.366 INFO kablam! | Sep 04 11:16:54.366 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 04 11:16:54.366 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.366 INFO kablam! | Sep 04 11:16:54.367 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.367 INFO kablam! Sep 04 11:16:54.368 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:16:54.369 INFO kablam! --> src/lib.rs:476:7 Sep 04 11:16:54.369 INFO kablam! | Sep 04 11:16:54.369 INFO kablam! 476 | parameters: None, Sep 04 11:16:54.369 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.369 INFO kablam! | Sep 04 11:16:54.369 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.369 INFO kablam! Sep 04 11:16:54.369 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:16:54.369 INFO kablam! --> src/lib.rs:477:7 Sep 04 11:16:54.369 INFO kablam! | Sep 04 11:16:54.369 INFO kablam! 477 | span: Span::default(), Sep 04 11:16:54.369 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.369 INFO kablam! | Sep 04 11:16:54.369 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.369 INFO kablam! Sep 04 11:16:54.393 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:16:54.393 INFO kablam! --> src/lib.rs:485:7 Sep 04 11:16:54.393 INFO kablam! | Sep 04 11:16:54.393 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 04 11:16:54.393 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.393 INFO kablam! | Sep 04 11:16:54.393 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.393 INFO kablam! Sep 04 11:16:54.393 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:16:54.393 INFO kablam! --> src/lib.rs:486:7 Sep 04 11:16:54.393 INFO kablam! | Sep 04 11:16:54.393 INFO kablam! 486 | parameters: None, Sep 04 11:16:54.393 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.393 INFO kablam! | Sep 04 11:16:54.394 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.394 INFO kablam! Sep 04 11:16:54.394 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:16:54.394 INFO kablam! --> src/lib.rs:487:7 Sep 04 11:16:54.394 INFO kablam! | Sep 04 11:16:54.394 INFO kablam! 487 | span: Span::default(), Sep 04 11:16:54.394 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.394 INFO kablam! | Sep 04 11:16:54.394 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.394 INFO kablam! Sep 04 11:16:54.398 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:16:54.398 INFO kablam! --> src/lib.rs:499:17 Sep 04 11:16:54.398 INFO kablam! | Sep 04 11:16:54.398 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 04 11:16:54.398 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:16:54.398 INFO kablam! Sep 04 11:16:54.432 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:16:54.432 INFO kablam! --> src/lib.rs:634:7 Sep 04 11:16:54.432 INFO kablam! | Sep 04 11:16:54.432 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 04 11:16:54.432 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.432 INFO kablam! | Sep 04 11:16:54.432 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.432 INFO kablam! Sep 04 11:16:54.434 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:16:54.434 INFO kablam! --> src/lib.rs:635:7 Sep 04 11:16:54.434 INFO kablam! | Sep 04 11:16:54.434 INFO kablam! 635 | parameters: None, Sep 04 11:16:54.434 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.434 INFO kablam! | Sep 04 11:16:54.434 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.434 INFO kablam! Sep 04 11:16:54.434 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:16:54.434 INFO kablam! --> src/lib.rs:636:7 Sep 04 11:16:54.434 INFO kablam! | Sep 04 11:16:54.434 INFO kablam! 636 | span: Span::default(), Sep 04 11:16:54.434 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.434 INFO kablam! | Sep 04 11:16:54.434 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.434 INFO kablam! Sep 04 11:16:54.434 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:16:54.434 INFO kablam! --> src/lib.rs:644:7 Sep 04 11:16:54.434 INFO kablam! | Sep 04 11:16:54.434 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 04 11:16:54.434 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.434 INFO kablam! | Sep 04 11:16:54.435 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.435 INFO kablam! Sep 04 11:16:54.435 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:16:54.435 INFO kablam! --> src/lib.rs:645:7 Sep 04 11:16:54.435 INFO kablam! | Sep 04 11:16:54.435 INFO kablam! 645 | parameters: None, Sep 04 11:16:54.436 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.436 INFO kablam! | Sep 04 11:16:54.436 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.436 INFO kablam! Sep 04 11:16:54.436 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:16:54.436 INFO kablam! --> src/lib.rs:646:7 Sep 04 11:16:54.436 INFO kablam! | Sep 04 11:16:54.436 INFO kablam! 646 | span: Span::default(), Sep 04 11:16:54.436 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.436 INFO kablam! | Sep 04 11:16:54.436 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.436 INFO kablam! Sep 04 11:16:54.436 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:16:54.436 INFO kablam! --> src/lib.rs:654:7 Sep 04 11:16:54.436 INFO kablam! | Sep 04 11:16:54.436 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 04 11:16:54.436 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.436 INFO kablam! | Sep 04 11:16:54.436 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.436 INFO kablam! Sep 04 11:16:54.436 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:16:54.436 INFO kablam! --> src/lib.rs:655:7 Sep 04 11:16:54.436 INFO kablam! | Sep 04 11:16:54.436 INFO kablam! 655 | parameters: None, Sep 04 11:16:54.436 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.437 INFO kablam! | Sep 04 11:16:54.437 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.437 INFO kablam! Sep 04 11:16:54.437 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:16:54.437 INFO kablam! --> src/lib.rs:656:7 Sep 04 11:16:54.437 INFO kablam! | Sep 04 11:16:54.437 INFO kablam! 656 | span: Span::default(), Sep 04 11:16:54.437 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.437 INFO kablam! | Sep 04 11:16:54.437 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.437 INFO kablam! Sep 04 11:16:54.441 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:16:54.441 INFO kablam! --> src/lib.rs:668:17 Sep 04 11:16:54.441 INFO kablam! | Sep 04 11:16:54.441 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 04 11:16:54.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:16:54.441 INFO kablam! Sep 04 11:16:54.501 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:16:54.501 INFO kablam! --> src/lib.rs:634:7 Sep 04 11:16:54.501 INFO kablam! | Sep 04 11:16:54.501 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 04 11:16:54.501 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.501 INFO kablam! | Sep 04 11:16:54.501 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.501 INFO kablam! Sep 04 11:16:54.503 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:16:54.503 INFO kablam! --> src/lib.rs:635:7 Sep 04 11:16:54.503 INFO kablam! | Sep 04 11:16:54.503 INFO kablam! 635 | parameters: None, Sep 04 11:16:54.503 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.503 INFO kablam! | Sep 04 11:16:54.503 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.503 INFO kablam! Sep 04 11:16:54.503 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:16:54.504 INFO kablam! --> src/lib.rs:636:7 Sep 04 11:16:54.504 INFO kablam! | Sep 04 11:16:54.504 INFO kablam! 636 | span: Span::default(), Sep 04 11:16:54.504 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.504 INFO kablam! | Sep 04 11:16:54.504 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.504 INFO kablam! Sep 04 11:16:54.504 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:16:54.504 INFO kablam! --> src/lib.rs:644:7 Sep 04 11:16:54.504 INFO kablam! | Sep 04 11:16:54.504 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 04 11:16:54.505 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.505 INFO kablam! | Sep 04 11:16:54.505 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.505 INFO kablam! Sep 04 11:16:54.505 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:16:54.505 INFO kablam! --> src/lib.rs:645:7 Sep 04 11:16:54.505 INFO kablam! | Sep 04 11:16:54.505 INFO kablam! 645 | parameters: None, Sep 04 11:16:54.505 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.505 INFO kablam! | Sep 04 11:16:54.505 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.505 INFO kablam! Sep 04 11:16:54.505 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:16:54.505 INFO kablam! --> src/lib.rs:646:7 Sep 04 11:16:54.505 INFO kablam! | Sep 04 11:16:54.505 INFO kablam! 646 | span: Span::default(), Sep 04 11:16:54.505 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.505 INFO kablam! | Sep 04 11:16:54.505 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.505 INFO kablam! Sep 04 11:16:54.505 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:16:54.505 INFO kablam! --> src/lib.rs:654:7 Sep 04 11:16:54.505 INFO kablam! | Sep 04 11:16:54.505 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 04 11:16:54.505 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.506 INFO kablam! | Sep 04 11:16:54.506 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.506 INFO kablam! Sep 04 11:16:54.506 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:16:54.506 INFO kablam! --> src/lib.rs:655:7 Sep 04 11:16:54.506 INFO kablam! | Sep 04 11:16:54.506 INFO kablam! 655 | parameters: None, Sep 04 11:16:54.506 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.506 INFO kablam! | Sep 04 11:16:54.506 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.506 INFO kablam! Sep 04 11:16:54.506 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:16:54.506 INFO kablam! --> src/lib.rs:656:7 Sep 04 11:16:54.506 INFO kablam! | Sep 04 11:16:54.506 INFO kablam! 656 | span: Span::default(), Sep 04 11:16:54.506 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.506 INFO kablam! | Sep 04 11:16:54.506 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.506 INFO kablam! Sep 04 11:16:54.510 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:16:54.510 INFO kablam! --> src/lib.rs:668:17 Sep 04 11:16:54.510 INFO kablam! | Sep 04 11:16:54.510 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 04 11:16:54.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:16:54.510 INFO kablam! Sep 04 11:16:54.546 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:16:54.546 INFO kablam! --> src/lib.rs:815:7 Sep 04 11:16:54.546 INFO kablam! | Sep 04 11:16:54.546 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 04 11:16:54.547 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.547 INFO kablam! | Sep 04 11:16:54.547 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.547 INFO kablam! Sep 04 11:16:54.548 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:16:54.548 INFO kablam! --> src/lib.rs:816:7 Sep 04 11:16:54.548 INFO kablam! | Sep 04 11:16:54.548 INFO kablam! 816 | parameters: None, Sep 04 11:16:54.548 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.548 INFO kablam! | Sep 04 11:16:54.549 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.549 INFO kablam! Sep 04 11:16:54.549 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:16:54.549 INFO kablam! --> src/lib.rs:817:7 Sep 04 11:16:54.549 INFO kablam! | Sep 04 11:16:54.549 INFO kablam! 817 | span: Span::default(), Sep 04 11:16:54.549 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.549 INFO kablam! | Sep 04 11:16:54.549 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.549 INFO kablam! Sep 04 11:16:54.549 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:16:54.549 INFO kablam! --> src/lib.rs:825:7 Sep 04 11:16:54.549 INFO kablam! | Sep 04 11:16:54.549 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 04 11:16:54.549 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.549 INFO kablam! | Sep 04 11:16:54.549 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.549 INFO kablam! Sep 04 11:16:54.549 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:16:54.549 INFO kablam! --> src/lib.rs:826:7 Sep 04 11:16:54.549 INFO kablam! | Sep 04 11:16:54.549 INFO kablam! 826 | parameters: None, Sep 04 11:16:54.549 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.549 INFO kablam! | Sep 04 11:16:54.550 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.550 INFO kablam! Sep 04 11:16:54.550 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:16:54.550 INFO kablam! --> src/lib.rs:827:7 Sep 04 11:16:54.550 INFO kablam! | Sep 04 11:16:54.550 INFO kablam! 827 | span: Span::default(), Sep 04 11:16:54.550 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.550 INFO kablam! | Sep 04 11:16:54.550 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.550 INFO kablam! Sep 04 11:16:54.616 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:16:54.616 INFO kablam! --> src/lib.rs:815:7 Sep 04 11:16:54.616 INFO kablam! | Sep 04 11:16:54.616 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 04 11:16:54.616 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.616 INFO kablam! | Sep 04 11:16:54.616 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.616 INFO kablam! Sep 04 11:16:54.618 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:16:54.618 INFO kablam! --> src/lib.rs:816:7 Sep 04 11:16:54.618 INFO kablam! | Sep 04 11:16:54.618 INFO kablam! 816 | parameters: None, Sep 04 11:16:54.618 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.618 INFO kablam! | Sep 04 11:16:54.618 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.618 INFO kablam! Sep 04 11:16:54.618 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:16:54.618 INFO kablam! --> src/lib.rs:817:7 Sep 04 11:16:54.618 INFO kablam! | Sep 04 11:16:54.618 INFO kablam! 817 | span: Span::default(), Sep 04 11:16:54.618 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.618 INFO kablam! | Sep 04 11:16:54.618 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.618 INFO kablam! Sep 04 11:16:54.619 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:16:54.619 INFO kablam! --> src/lib.rs:825:7 Sep 04 11:16:54.619 INFO kablam! | Sep 04 11:16:54.619 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 04 11:16:54.619 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.619 INFO kablam! | Sep 04 11:16:54.619 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.619 INFO kablam! Sep 04 11:16:54.619 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:16:54.619 INFO kablam! --> src/lib.rs:826:7 Sep 04 11:16:54.619 INFO kablam! | Sep 04 11:16:54.620 INFO kablam! 826 | parameters: None, Sep 04 11:16:54.620 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.620 INFO kablam! | Sep 04 11:16:54.620 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.620 INFO kablam! Sep 04 11:16:54.620 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:16:54.620 INFO kablam! --> src/lib.rs:827:7 Sep 04 11:16:54.620 INFO kablam! | Sep 04 11:16:54.620 INFO kablam! 827 | span: Span::default(), Sep 04 11:16:54.620 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:16:54.620 INFO kablam! | Sep 04 11:16:54.620 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:16:54.620 INFO kablam! Sep 04 11:16:54.739 INFO kablam! error: aborting due to 27 previous errors Sep 04 11:16:54.739 INFO kablam! Sep 04 11:16:54.740 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 04 11:16:54.740 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 04 11:16:54.759 INFO kablam! error: Could not compile `mayda_macros`. Sep 04 11:16:54.760 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:16:54.808 INFO kablam! error: aborting due to 27 previous errors Sep 04 11:16:54.808 INFO kablam! Sep 04 11:16:54.808 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 04 11:16:54.808 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 04 11:16:54.826 INFO kablam! error: Could not compile `mayda_macros`. Sep 04 11:16:54.826 INFO kablam! Sep 04 11:16:54.826 INFO kablam! To learn more, run the command again with --verbose. Sep 04 11:16:54.828 INFO kablam! su: No module specific data is present Sep 04 11:16:55.483 INFO running `"docker" "rm" "-f" "57c4886de5e72bf56857cf841ee38a1222671253f58fecbc9c0e92326e64b799"` Sep 04 11:16:55.632 INFO blam! 57c4886de5e72bf56857cf841ee38a1222671253f58fecbc9c0e92326e64b799