Sep 04 11:16:55.677 INFO checking mayda_macros-0.1.4 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 11:16:55.677 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 11:16:55.677 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:55.953 INFO blam! 156a03af281ced6d73dc15e05f2d8962e69c395af3f57be1e7e5cec2e5df89bd Sep 04 11:16:55.954 INFO running `"docker" "start" "-a" "156a03af281ced6d73dc15e05f2d8962e69c395af3f57be1e7e5cec2e5df89bd"` Sep 04 11:16:56.888 INFO kablam! Checking mayda_macros v0.1.4 (file:///source) Sep 04 11:17:01.400 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 11:17:01.400 INFO kablam! --> src/lib.rs:146:5 Sep 04 11:17:01.400 INFO kablam! | Sep 04 11:17:01.400 INFO kablam! 146 | use syntax::codemap; Sep 04 11:17:01.400 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 04 11:17:01.400 INFO kablam! Sep 04 11:17:01.400 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 11:17:01.400 INFO kablam! --> src/lib.rs:152:5 Sep 04 11:17:01.400 INFO kablam! | Sep 04 11:17:01.400 INFO kablam! 152 | use syntax::util::small_vector; Sep 04 11:17:01.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 04 11:17:01.400 INFO kablam! Sep 04 11:17:01.480 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 11:17:01.480 INFO kablam! --> src/lib.rs:146:5 Sep 04 11:17:01.480 INFO kablam! | Sep 04 11:17:01.481 INFO kablam! 146 | use syntax::codemap; Sep 04 11:17:01.481 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 04 11:17:01.481 INFO kablam! Sep 04 11:17:01.481 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 11:17:01.481 INFO kablam! --> src/lib.rs:152:5 Sep 04 11:17:01.481 INFO kablam! | Sep 04 11:17:01.481 INFO kablam! 152 | use syntax::util::small_vector; Sep 04 11:17:01.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util` Sep 04 11:17:01.481 INFO kablam! Sep 04 11:17:01.629 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:17:01.629 INFO kablam! --> src/lib.rs:190:19 Sep 04 11:17:01.629 INFO kablam! | Sep 04 11:17:01.629 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 04 11:17:01.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:17:01.630 INFO kablam! Sep 04 11:17:01.723 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:17:01.723 INFO kablam! --> src/lib.rs:190:19 Sep 04 11:17:01.723 INFO kablam! | Sep 04 11:17:01.723 INFO kablam! 190 | idents.push(token::Ident(ident)); Sep 04 11:17:01.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:17:01.723 INFO kablam! Sep 04 11:17:01.824 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:17:01.824 INFO kablam! --> src/lib.rs:327:19 Sep 04 11:17:01.824 INFO kablam! | Sep 04 11:17:01.824 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 04 11:17:01.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:17:01.824 INFO kablam! Sep 04 11:17:01.915 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:17:01.915 INFO kablam! --> src/lib.rs:327:19 Sep 04 11:17:01.915 INFO kablam! | Sep 04 11:17:01.915 INFO kablam! 327 | idents.push(token::Ident(ident)); Sep 04 11:17:01.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:17:01.915 INFO kablam! Sep 04 11:17:01.925 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:01.925 INFO kablam! --> src/lib.rs:475:7 Sep 04 11:17:01.925 INFO kablam! | Sep 04 11:17:01.925 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 04 11:17:01.925 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:01.925 INFO kablam! | Sep 04 11:17:01.925 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:01.925 INFO kablam! Sep 04 11:17:01.928 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:01.928 INFO kablam! --> src/lib.rs:476:7 Sep 04 11:17:01.928 INFO kablam! | Sep 04 11:17:01.928 INFO kablam! 476 | parameters: None, Sep 04 11:17:01.928 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:01.928 INFO kablam! | Sep 04 11:17:01.928 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:01.928 INFO kablam! Sep 04 11:17:01.928 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:01.928 INFO kablam! --> src/lib.rs:477:7 Sep 04 11:17:01.928 INFO kablam! | Sep 04 11:17:01.928 INFO kablam! 477 | span: Span::default(), Sep 04 11:17:01.928 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:01.928 INFO kablam! | Sep 04 11:17:01.928 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:01.928 INFO kablam! Sep 04 11:17:01.951 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:01.951 INFO kablam! --> src/lib.rs:485:7 Sep 04 11:17:01.951 INFO kablam! | Sep 04 11:17:01.952 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 04 11:17:01.952 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:01.952 INFO kablam! | Sep 04 11:17:01.952 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:01.952 INFO kablam! Sep 04 11:17:01.952 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:01.952 INFO kablam! --> src/lib.rs:486:7 Sep 04 11:17:01.952 INFO kablam! | Sep 04 11:17:01.952 INFO kablam! 486 | parameters: None, Sep 04 11:17:01.952 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:01.952 INFO kablam! | Sep 04 11:17:01.952 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:01.952 INFO kablam! Sep 04 11:17:01.952 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:01.952 INFO kablam! --> src/lib.rs:487:7 Sep 04 11:17:01.952 INFO kablam! | Sep 04 11:17:01.952 INFO kablam! 487 | span: Span::default(), Sep 04 11:17:01.952 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:01.952 INFO kablam! | Sep 04 11:17:01.952 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:01.952 INFO kablam! Sep 04 11:17:01.956 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:17:01.956 INFO kablam! --> src/lib.rs:499:17 Sep 04 11:17:01.956 INFO kablam! | Sep 04 11:17:01.956 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 04 11:17:01.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:17:01.957 INFO kablam! Sep 04 11:17:02.020 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:02.020 INFO kablam! --> src/lib.rs:475:7 Sep 04 11:17:02.020 INFO kablam! | Sep 04 11:17:02.020 INFO kablam! 475 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 04 11:17:02.020 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.020 INFO kablam! | Sep 04 11:17:02.020 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.020 INFO kablam! Sep 04 11:17:02.022 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:02.022 INFO kablam! --> src/lib.rs:476:7 Sep 04 11:17:02.022 INFO kablam! | Sep 04 11:17:02.022 INFO kablam! 476 | parameters: None, Sep 04 11:17:02.022 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.022 INFO kablam! | Sep 04 11:17:02.022 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.022 INFO kablam! Sep 04 11:17:02.023 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:02.023 INFO kablam! --> src/lib.rs:477:7 Sep 04 11:17:02.023 INFO kablam! | Sep 04 11:17:02.023 INFO kablam! 477 | span: Span::default(), Sep 04 11:17:02.023 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.023 INFO kablam! | Sep 04 11:17:02.023 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.023 INFO kablam! Sep 04 11:17:02.046 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:02.046 INFO kablam! --> src/lib.rs:485:7 Sep 04 11:17:02.046 INFO kablam! | Sep 04 11:17:02.046 INFO kablam! 485 | identifier: Ident::from_str("load"), Sep 04 11:17:02.046 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.046 INFO kablam! | Sep 04 11:17:02.046 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.046 INFO kablam! Sep 04 11:17:02.047 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:02.047 INFO kablam! --> src/lib.rs:486:7 Sep 04 11:17:02.047 INFO kablam! | Sep 04 11:17:02.047 INFO kablam! 486 | parameters: None, Sep 04 11:17:02.047 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.047 INFO kablam! | Sep 04 11:17:02.047 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.047 INFO kablam! Sep 04 11:17:02.047 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:02.047 INFO kablam! --> src/lib.rs:487:7 Sep 04 11:17:02.047 INFO kablam! | Sep 04 11:17:02.047 INFO kablam! 487 | span: Span::default(), Sep 04 11:17:02.047 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.047 INFO kablam! | Sep 04 11:17:02.047 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.047 INFO kablam! Sep 04 11:17:02.051 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:17:02.051 INFO kablam! --> src/lib.rs:499:17 Sep 04 11:17:02.051 INFO kablam! | Sep 04 11:17:02.051 INFO kablam! 499 | idents.push(token::Ident(ident)); Sep 04 11:17:02.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:17:02.051 INFO kablam! Sep 04 11:17:02.061 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:02.061 INFO kablam! --> src/lib.rs:634:7 Sep 04 11:17:02.061 INFO kablam! | Sep 04 11:17:02.061 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 04 11:17:02.061 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.061 INFO kablam! | Sep 04 11:17:02.061 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.061 INFO kablam! Sep 04 11:17:02.063 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:02.063 INFO kablam! --> src/lib.rs:635:7 Sep 04 11:17:02.063 INFO kablam! | Sep 04 11:17:02.063 INFO kablam! 635 | parameters: None, Sep 04 11:17:02.063 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.063 INFO kablam! | Sep 04 11:17:02.063 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.063 INFO kablam! Sep 04 11:17:02.063 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:02.063 INFO kablam! --> src/lib.rs:636:7 Sep 04 11:17:02.063 INFO kablam! | Sep 04 11:17:02.063 INFO kablam! 636 | span: Span::default(), Sep 04 11:17:02.063 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.064 INFO kablam! | Sep 04 11:17:02.064 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.064 INFO kablam! Sep 04 11:17:02.064 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:02.064 INFO kablam! --> src/lib.rs:644:7 Sep 04 11:17:02.064 INFO kablam! | Sep 04 11:17:02.064 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 04 11:17:02.064 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.064 INFO kablam! | Sep 04 11:17:02.064 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.064 INFO kablam! Sep 04 11:17:02.064 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:02.064 INFO kablam! --> src/lib.rs:645:7 Sep 04 11:17:02.064 INFO kablam! | Sep 04 11:17:02.064 INFO kablam! 645 | parameters: None, Sep 04 11:17:02.065 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.065 INFO kablam! | Sep 04 11:17:02.065 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.065 INFO kablam! Sep 04 11:17:02.066 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:02.066 INFO kablam! --> src/lib.rs:646:7 Sep 04 11:17:02.066 INFO kablam! | Sep 04 11:17:02.066 INFO kablam! 646 | span: Span::default(), Sep 04 11:17:02.066 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.066 INFO kablam! | Sep 04 11:17:02.066 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.066 INFO kablam! Sep 04 11:17:02.066 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:02.066 INFO kablam! --> src/lib.rs:654:7 Sep 04 11:17:02.067 INFO kablam! | Sep 04 11:17:02.067 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 04 11:17:02.067 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.067 INFO kablam! | Sep 04 11:17:02.067 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.067 INFO kablam! Sep 04 11:17:02.067 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:02.067 INFO kablam! --> src/lib.rs:655:7 Sep 04 11:17:02.067 INFO kablam! | Sep 04 11:17:02.067 INFO kablam! 655 | parameters: None, Sep 04 11:17:02.067 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.067 INFO kablam! | Sep 04 11:17:02.067 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.067 INFO kablam! Sep 04 11:17:02.067 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:02.067 INFO kablam! --> src/lib.rs:656:7 Sep 04 11:17:02.067 INFO kablam! | Sep 04 11:17:02.067 INFO kablam! 656 | span: Span::default(), Sep 04 11:17:02.067 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.067 INFO kablam! | Sep 04 11:17:02.067 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.067 INFO kablam! Sep 04 11:17:02.071 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:17:02.071 INFO kablam! --> src/lib.rs:668:17 Sep 04 11:17:02.071 INFO kablam! | Sep 04 11:17:02.071 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 04 11:17:02.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:17:02.071 INFO kablam! Sep 04 11:17:02.156 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:02.156 INFO kablam! --> src/lib.rs:634:7 Sep 04 11:17:02.156 INFO kablam! | Sep 04 11:17:02.156 INFO kablam! 634 | identifier: Ident::from_str(&*format!("u{}x{}", width, lanes)), Sep 04 11:17:02.156 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.156 INFO kablam! | Sep 04 11:17:02.156 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.156 INFO kablam! Sep 04 11:17:02.158 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:02.158 INFO kablam! --> src/lib.rs:635:7 Sep 04 11:17:02.158 INFO kablam! | Sep 04 11:17:02.158 INFO kablam! 635 | parameters: None, Sep 04 11:17:02.158 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.158 INFO kablam! | Sep 04 11:17:02.158 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.158 INFO kablam! Sep 04 11:17:02.159 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:02.159 INFO kablam! --> src/lib.rs:636:7 Sep 04 11:17:02.159 INFO kablam! | Sep 04 11:17:02.159 INFO kablam! 636 | span: Span::default(), Sep 04 11:17:02.159 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.159 INFO kablam! | Sep 04 11:17:02.159 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.159 INFO kablam! Sep 04 11:17:02.159 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:02.159 INFO kablam! --> src/lib.rs:644:7 Sep 04 11:17:02.159 INFO kablam! | Sep 04 11:17:02.159 INFO kablam! 644 | identifier: Ident::from_str("splat"), Sep 04 11:17:02.160 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.160 INFO kablam! | Sep 04 11:17:02.160 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.160 INFO kablam! Sep 04 11:17:02.160 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:02.160 INFO kablam! --> src/lib.rs:645:7 Sep 04 11:17:02.160 INFO kablam! | Sep 04 11:17:02.160 INFO kablam! 645 | parameters: None, Sep 04 11:17:02.160 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.160 INFO kablam! | Sep 04 11:17:02.160 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.160 INFO kablam! Sep 04 11:17:02.160 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:02.160 INFO kablam! --> src/lib.rs:646:7 Sep 04 11:17:02.160 INFO kablam! | Sep 04 11:17:02.160 INFO kablam! 646 | span: Span::default(), Sep 04 11:17:02.160 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.160 INFO kablam! | Sep 04 11:17:02.160 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.160 INFO kablam! Sep 04 11:17:02.160 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:02.160 INFO kablam! --> src/lib.rs:654:7 Sep 04 11:17:02.160 INFO kablam! | Sep 04 11:17:02.160 INFO kablam! 654 | identifier: Ident::from_str("load"), Sep 04 11:17:02.160 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.160 INFO kablam! | Sep 04 11:17:02.160 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.160 INFO kablam! Sep 04 11:17:02.162 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:02.162 INFO kablam! --> src/lib.rs:655:7 Sep 04 11:17:02.162 INFO kablam! | Sep 04 11:17:02.162 INFO kablam! 655 | parameters: None, Sep 04 11:17:02.162 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.162 INFO kablam! | Sep 04 11:17:02.162 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.162 INFO kablam! Sep 04 11:17:02.162 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:02.162 INFO kablam! --> src/lib.rs:656:7 Sep 04 11:17:02.162 INFO kablam! | Sep 04 11:17:02.162 INFO kablam! 656 | span: Span::default(), Sep 04 11:17:02.162 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.162 INFO kablam! | Sep 04 11:17:02.162 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.162 INFO kablam! Sep 04 11:17:02.167 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 11:17:02.167 INFO kablam! --> src/lib.rs:668:17 Sep 04 11:17:02.167 INFO kablam! | Sep 04 11:17:02.167 INFO kablam! 668 | idents.push(token::Ident(ident)); Sep 04 11:17:02.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 11:17:02.167 INFO kablam! Sep 04 11:17:02.179 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:02.179 INFO kablam! --> src/lib.rs:815:7 Sep 04 11:17:02.179 INFO kablam! | Sep 04 11:17:02.179 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 04 11:17:02.179 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.179 INFO kablam! | Sep 04 11:17:02.179 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.179 INFO kablam! Sep 04 11:17:02.181 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:02.181 INFO kablam! --> src/lib.rs:816:7 Sep 04 11:17:02.182 INFO kablam! | Sep 04 11:17:02.182 INFO kablam! 816 | parameters: None, Sep 04 11:17:02.182 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.182 INFO kablam! | Sep 04 11:17:02.182 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.182 INFO kablam! Sep 04 11:17:02.182 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:02.182 INFO kablam! --> src/lib.rs:817:7 Sep 04 11:17:02.182 INFO kablam! | Sep 04 11:17:02.182 INFO kablam! 817 | span: Span::default(), Sep 04 11:17:02.182 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.182 INFO kablam! | Sep 04 11:17:02.182 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.182 INFO kablam! Sep 04 11:17:02.182 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:02.182 INFO kablam! --> src/lib.rs:825:7 Sep 04 11:17:02.182 INFO kablam! | Sep 04 11:17:02.182 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 04 11:17:02.182 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.182 INFO kablam! | Sep 04 11:17:02.183 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.184 INFO kablam! Sep 04 11:17:02.184 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:02.184 INFO kablam! --> src/lib.rs:826:7 Sep 04 11:17:02.184 INFO kablam! | Sep 04 11:17:02.184 INFO kablam! 826 | parameters: None, Sep 04 11:17:02.184 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.185 INFO kablam! | Sep 04 11:17:02.185 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.185 INFO kablam! Sep 04 11:17:02.185 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:02.185 INFO kablam! --> src/lib.rs:827:7 Sep 04 11:17:02.185 INFO kablam! | Sep 04 11:17:02.185 INFO kablam! 827 | span: Span::default(), Sep 04 11:17:02.185 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.185 INFO kablam! | Sep 04 11:17:02.186 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.186 INFO kablam! Sep 04 11:17:02.276 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:02.276 INFO kablam! --> src/lib.rs:815:7 Sep 04 11:17:02.276 INFO kablam! | Sep 04 11:17:02.276 INFO kablam! 815 | identifier: Ident::from_str(&*format!("i{}x{}", width, lanes)), Sep 04 11:17:02.276 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.276 INFO kablam! | Sep 04 11:17:02.276 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.276 INFO kablam! Sep 04 11:17:02.278 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:02.278 INFO kablam! --> src/lib.rs:816:7 Sep 04 11:17:02.278 INFO kablam! | Sep 04 11:17:02.278 INFO kablam! 816 | parameters: None, Sep 04 11:17:02.278 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.278 INFO kablam! | Sep 04 11:17:02.278 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.278 INFO kablam! Sep 04 11:17:02.278 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:02.278 INFO kablam! --> src/lib.rs:817:7 Sep 04 11:17:02.278 INFO kablam! | Sep 04 11:17:02.278 INFO kablam! 817 | span: Span::default(), Sep 04 11:17:02.278 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.278 INFO kablam! | Sep 04 11:17:02.278 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.279 INFO kablam! Sep 04 11:17:02.279 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 04 11:17:02.279 INFO kablam! --> src/lib.rs:825:7 Sep 04 11:17:02.279 INFO kablam! | Sep 04 11:17:02.279 INFO kablam! 825 | identifier: Ident::from_str("load"), Sep 04 11:17:02.279 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.279 INFO kablam! | Sep 04 11:17:02.279 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.279 INFO kablam! Sep 04 11:17:02.279 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 04 11:17:02.279 INFO kablam! --> src/lib.rs:826:7 Sep 04 11:17:02.279 INFO kablam! | Sep 04 11:17:02.279 INFO kablam! 826 | parameters: None, Sep 04 11:17:02.279 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.279 INFO kablam! | Sep 04 11:17:02.279 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.279 INFO kablam! Sep 04 11:17:02.279 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 04 11:17:02.280 INFO kablam! --> src/lib.rs:827:7 Sep 04 11:17:02.280 INFO kablam! | Sep 04 11:17:02.280 INFO kablam! 827 | span: Span::default(), Sep 04 11:17:02.280 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 04 11:17:02.280 INFO kablam! | Sep 04 11:17:02.280 INFO kablam! = note: available fields are: `ident`, `args` Sep 04 11:17:02.280 INFO kablam! Sep 04 11:17:02.379 INFO kablam! error: aborting due to 27 previous errors Sep 04 11:17:02.380 INFO kablam! Sep 04 11:17:02.380 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 04 11:17:02.380 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 04 11:17:02.399 INFO kablam! error: Could not compile `mayda_macros`. Sep 04 11:17:02.399 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:17:02.438 INFO kablam! error: aborting due to 27 previous errors Sep 04 11:17:02.438 INFO kablam! Sep 04 11:17:02.438 INFO kablam! Some errors occurred: E0061, E0432, E0560. Sep 04 11:17:02.438 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 04 11:17:02.452 INFO kablam! error: Could not compile `mayda_macros`. Sep 04 11:17:02.452 INFO kablam! Sep 04 11:17:02.452 INFO kablam! To learn more, run the command again with --verbose. Sep 04 11:17:02.453 INFO kablam! su: No module specific data is present Sep 04 11:17:02.937 INFO running `"docker" "rm" "-f" "156a03af281ced6d73dc15e05f2d8962e69c395af3f57be1e7e5cec2e5df89bd"` Sep 04 11:17:03.066 INFO blam! 156a03af281ced6d73dc15e05f2d8962e69c395af3f57be1e7e5cec2e5df89bd