Sep 04 07:44:39.473 INFO checking rustlex-0.4.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 07:44:39.473 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 07:44:39.474 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 07:44:39.702 INFO blam! b47c7cbb63ca9ed1e1be199a8c9ac0adc5fbb372e330dc00b0eb903454b526d0 Sep 04 07:44:39.704 INFO running `"docker" "start" "-a" "b47c7cbb63ca9ed1e1be199a8c9ac0adc5fbb372e330dc00b0eb903454b526d0"` Sep 04 07:44:40.705 INFO kablam! Compiling bit-vec v0.5.0 Sep 04 07:44:40.705 INFO kablam! Checking bit-vec v0.4.4 Sep 04 07:44:40.708 INFO kablam! Compiling rustlex_fsa v0.4.0 Sep 04 07:44:41.842 INFO kablam! Checking bit-set v0.5.0 Sep 04 07:44:41.861 INFO kablam! Checking bit-set v0.4.0 Sep 04 07:44:42.957 INFO kablam! Compiling rustlex_codegen v0.4.0 Sep 04 07:44:45.992 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 07:44:45.992 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/lib.rs:12:13 Sep 04 07:44:45.992 INFO kablam! | Sep 04 07:44:45.992 INFO kablam! 12 | use syntax::codemap::Span; Sep 04 07:44:45.992 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 07:44:45.992 INFO kablam! Sep 04 07:44:45.992 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 07:44:45.992 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:7:13 Sep 04 07:44:45.992 INFO kablam! | Sep 04 07:44:45.992 INFO kablam! 7 | use syntax::codemap::{Span, Spanned}; Sep 04 07:44:45.992 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 07:44:45.992 INFO kablam! Sep 04 07:44:45.992 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 07:44:45.992 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:13:19 Sep 04 07:44:45.992 INFO kablam! | Sep 04 07:44:45.992 INFO kablam! 13 | use syntax::util::small_vector::SmallVector; Sep 04 07:44:45.993 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 07:44:45.993 INFO kablam! Sep 04 07:44:45.993 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 07:44:45.993 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/lexer.rs:9:13 Sep 04 07:44:45.993 INFO kablam! | Sep 04 07:44:45.993 INFO kablam! 9 | use syntax::codemap::Span; Sep 04 07:44:45.993 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 07:44:45.993 INFO kablam! Sep 04 07:44:45.993 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 07:44:45.993 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:15:13 Sep 04 07:44:45.993 INFO kablam! | Sep 04 07:44:45.993 INFO kablam! 15 | use syntax::codemap::Span; Sep 04 07:44:45.993 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 07:44:45.993 INFO kablam! Sep 04 07:44:46.025 INFO kablam! error[E0603]: function `char_lit` is private Sep 04 07:44:46.025 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:152:26 Sep 04 07:44:46.025 INFO kablam! | Sep 04 07:44:46.025 INFO kablam! 152 | let ch = parse::char_lit(&*i.as_str(), None).0; Sep 04 07:44:46.025 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 07:44:46.025 INFO kablam! Sep 04 07:44:46.025 INFO kablam! error[E0603]: function `char_lit` is private Sep 04 07:44:46.025 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:160:33 Sep 04 07:44:46.025 INFO kablam! | Sep 04 07:44:46.025 INFO kablam! 160 | parse::char_lit(&*ch.as_str(), None).0, Sep 04 07:44:46.025 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 07:44:46.025 INFO kablam! Sep 04 07:44:46.025 INFO kablam! error[E0603]: function `char_lit` is private Sep 04 07:44:46.025 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:222:29 Sep 04 07:44:46.026 INFO kablam! | Sep 04 07:44:46.026 INFO kablam! 222 | regex::Char(parse::char_lit(&*ch.as_str(), None).0) Sep 04 07:44:46.026 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 07:44:46.026 INFO kablam! Sep 04 07:44:46.446 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 04 07:44:46.446 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:97:9 Sep 04 07:44:46.446 INFO kablam! | Sep 04 07:44:46.446 INFO kablam! 97 | / attr::mk_list_item( Sep 04 07:44:46.446 INFO kablam! 98 | | Symbol::intern("allow"), Sep 04 07:44:46.446 INFO kablam! 99 | | vec![span(sp, ast::NestedMetaItemKind::MetaItem( Sep 04 07:44:46.446 INFO kablam! 100 | | attr::mk_word_item(Symbol::intern("missing_docs")) Sep 04 07:44:46.446 INFO kablam! 101 | | ))] Sep 04 07:44:46.446 INFO kablam! 102 | | ) Sep 04 07:44:46.447 INFO kablam! | |_________^ expected 3 parameters Sep 04 07:44:46.447 INFO kablam! Sep 04 07:44:46.843 INFO kablam! error[E0308]: mismatched types Sep 04 07:44:46.843 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:100:36 Sep 04 07:44:46.843 INFO kablam! | Sep 04 07:44:46.843 INFO kablam! 100 | attr::mk_word_item(Symbol::intern("missing_docs")) Sep 04 07:44:46.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Ident`, found struct `syntax::ast::Symbol` Sep 04 07:44:46.843 INFO kablam! | Sep 04 07:44:46.843 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 04 07:44:46.843 INFO kablam! found type `syntax::ast::Symbol` Sep 04 07:44:46.843 INFO kablam! Sep 04 07:44:46.848 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 07:44:46.848 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/lib.rs:12:13 Sep 04 07:44:46.848 INFO kablam! | Sep 04 07:44:46.848 INFO kablam! 12 | use syntax::codemap::Span; Sep 04 07:44:46.848 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 07:44:46.848 INFO kablam! Sep 04 07:44:46.849 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 07:44:46.849 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:7:13 Sep 04 07:44:46.849 INFO kablam! | Sep 04 07:44:46.849 INFO kablam! 7 | use syntax::codemap::{Span, Spanned}; Sep 04 07:44:46.849 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 07:44:46.849 INFO kablam! Sep 04 07:44:46.850 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 04 07:44:46.850 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:13:19 Sep 04 07:44:46.850 INFO kablam! | Sep 04 07:44:46.850 INFO kablam! 13 | use syntax::util::small_vector::SmallVector; Sep 04 07:44:46.850 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 04 07:44:46.850 INFO kablam! Sep 04 07:44:46.851 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 07:44:46.851 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/lexer.rs:9:13 Sep 04 07:44:46.851 INFO kablam! | Sep 04 07:44:46.851 INFO kablam! 9 | use syntax::codemap::Span; Sep 04 07:44:46.851 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 07:44:46.851 INFO kablam! Sep 04 07:44:46.852 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 07:44:46.852 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:15:13 Sep 04 07:44:46.852 INFO kablam! | Sep 04 07:44:46.852 INFO kablam! 15 | use syntax::codemap::Span; Sep 04 07:44:46.852 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 07:44:46.852 INFO kablam! Sep 04 07:44:46.854 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 04 07:44:46.854 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:113:21 Sep 04 07:44:46.854 INFO kablam! | Sep 04 07:44:46.854 INFO kablam! 113 | ast::GenericParam::Type(cx.typaram( Sep 04 07:44:46.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 04 07:44:46.854 INFO kablam! Sep 04 07:44:46.865 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 04 07:44:46.865 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:116:32 Sep 04 07:44:46.865 INFO kablam! | Sep 04 07:44:46.865 INFO kablam! 116 | cx.typarambound(cx.path_global(sp, vec![ Sep 04 07:44:46.866 INFO kablam! | ^^^^^^^^^^^^ Sep 04 07:44:46.866 INFO kablam! Sep 04 07:44:46.888 INFO kablam! error[E0603]: function `char_lit` is private Sep 04 07:44:46.888 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:152:26 Sep 04 07:44:46.888 INFO kablam! | Sep 04 07:44:46.888 INFO kablam! 152 | let ch = parse::char_lit(&*i.as_str(), None).0; Sep 04 07:44:46.888 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 07:44:46.888 INFO kablam! Sep 04 07:44:46.889 INFO kablam! error[E0603]: function `char_lit` is private Sep 04 07:44:46.889 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:160:33 Sep 04 07:44:46.889 INFO kablam! | Sep 04 07:44:46.889 INFO kablam! 160 | parse::char_lit(&*ch.as_str(), None).0, Sep 04 07:44:46.889 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 07:44:46.889 INFO kablam! Sep 04 07:44:46.890 INFO kablam! error[E0603]: function `char_lit` is private Sep 04 07:44:46.890 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:222:29 Sep 04 07:44:46.890 INFO kablam! | Sep 04 07:44:46.890 INFO kablam! 222 | regex::Char(parse::char_lit(&*ch.as_str(), None).0) Sep 04 07:44:46.890 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 07:44:46.890 INFO kablam! Sep 04 07:44:47.165 INFO kablam! error[E0308]: mismatched types Sep 04 07:44:47.165 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:192:9 Sep 04 07:44:47.165 INFO kablam! | Sep 04 07:44:47.165 INFO kablam! 192 | cx.expr_usize(sp, 256))); Sep 04 07:44:47.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 04 07:44:47.166 INFO kablam! | Sep 04 07:44:47.166 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 04 07:44:47.166 INFO kablam! found type `syntax::ptr::P` Sep 04 07:44:47.166 INFO kablam! Sep 04 07:44:47.313 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 04 07:44:47.313 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:97:9 Sep 04 07:44:47.313 INFO kablam! | Sep 04 07:44:47.313 INFO kablam! 97 | / attr::mk_list_item( Sep 04 07:44:47.313 INFO kablam! 98 | | Symbol::intern("allow"), Sep 04 07:44:47.313 INFO kablam! 99 | | vec![span(sp, ast::NestedMetaItemKind::MetaItem( Sep 04 07:44:47.313 INFO kablam! 100 | | attr::mk_word_item(Symbol::intern("missing_docs")) Sep 04 07:44:47.313 INFO kablam! 101 | | ))] Sep 04 07:44:47.313 INFO kablam! 102 | | ) Sep 04 07:44:47.313 INFO kablam! | |_________^ expected 3 parameters Sep 04 07:44:47.313 INFO kablam! Sep 04 07:44:47.379 INFO kablam! error[E0308]: mismatched types Sep 04 07:44:47.379 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:206:9 Sep 04 07:44:47.379 INFO kablam! | Sep 04 07:44:47.379 INFO kablam! 206 | cx.expr_usize(sp, lex.auto.states.len()) Sep 04 07:44:47.379 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 04 07:44:47.379 INFO kablam! | Sep 04 07:44:47.379 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 04 07:44:47.379 INFO kablam! found type `syntax::ptr::P` Sep 04 07:44:47.380 INFO kablam! Sep 04 07:44:47.638 INFO kablam! error[E0308]: mismatched types Sep 04 07:44:47.638 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:231:9 Sep 04 07:44:47.638 INFO kablam! | Sep 04 07:44:47.639 INFO kablam! 231 | cx.expr_usize(sp, lex.auto.states.len()) Sep 04 07:44:47.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 04 07:44:47.639 INFO kablam! | Sep 04 07:44:47.639 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 04 07:44:47.639 INFO kablam! found type `syntax::ptr::P` Sep 04 07:44:47.640 INFO kablam! Sep 04 07:44:47.707 INFO kablam! error[E0308]: mismatched types Sep 04 07:44:47.707 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:100:36 Sep 04 07:44:47.707 INFO kablam! | Sep 04 07:44:47.707 INFO kablam! 100 | attr::mk_word_item(Symbol::intern("missing_docs")) Sep 04 07:44:47.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Ident`, found struct `syntax::ast::Symbol` Sep 04 07:44:47.707 INFO kablam! | Sep 04 07:44:47.707 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 04 07:44:47.707 INFO kablam! found type `syntax::ast::Symbol` Sep 04 07:44:47.707 INFO kablam! Sep 04 07:44:47.716 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 04 07:44:47.716 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:113:21 Sep 04 07:44:47.716 INFO kablam! | Sep 04 07:44:47.716 INFO kablam! 113 | ast::GenericParam::Type(cx.typaram( Sep 04 07:44:47.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 04 07:44:47.717 INFO kablam! Sep 04 07:44:47.727 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 04 07:44:47.727 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:116:32 Sep 04 07:44:47.727 INFO kablam! | Sep 04 07:44:47.727 INFO kablam! 116 | cx.typarambound(cx.path_global(sp, vec![ Sep 04 07:44:47.727 INFO kablam! | ^^^^^^^^^^^^ Sep 04 07:44:47.727 INFO kablam! Sep 04 07:44:47.957 INFO kablam! error[E0107]: wrong number of type arguments: expected 0, found 1 Sep 04 07:44:47.957 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:89:78 Sep 04 07:44:47.957 INFO kablam! | Sep 04 07:44:47.957 INFO kablam! 89 | fn unexpected(&mut self) -> DiagnosticBuilder<'a> { Parser::unexpected::<()>(self).unwrap_err() } Sep 04 07:44:47.957 INFO kablam! | ^^ unexpected type argument Sep 04 07:44:47.957 INFO kablam! Sep 04 07:44:47.966 INFO kablam! error[E0599]: no method named `unwrap_err` found for type `rustc_errors::DiagnosticBuilder<'_>` in the current scope Sep 04 07:44:47.966 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:89:88 Sep 04 07:44:47.966 INFO kablam! | Sep 04 07:44:47.966 INFO kablam! 89 | fn unexpected(&mut self) -> DiagnosticBuilder<'a> { Parser::unexpected::<()>(self).unwrap_err() } Sep 04 07:44:47.966 INFO kablam! | ^^^^^^^^^^ Sep 04 07:44:47.966 INFO kablam! Sep 04 07:44:47.967 INFO kablam! error[E0107]: wrong number of type arguments: expected 0, found 1 Sep 04 07:44:47.967 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:91:35 Sep 04 07:44:47.967 INFO kablam! | Sep 04 07:44:47.967 INFO kablam! 91 | Parser::unexpected_last::<()>(self, tok).unwrap_err() Sep 04 07:44:47.967 INFO kablam! | ^^ unexpected type argument Sep 04 07:44:47.967 INFO kablam! Sep 04 07:44:47.975 INFO kablam! error[E0599]: no method named `unwrap_err` found for type `rustc_errors::DiagnosticBuilder<'_>` in the current scope Sep 04 07:44:47.975 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:91:50 Sep 04 07:44:47.975 INFO kablam! | Sep 04 07:44:47.975 INFO kablam! 91 | Parser::unexpected_last::<()>(self, tok).unwrap_err() Sep 04 07:44:47.975 INFO kablam! | ^^^^^^^^^^ Sep 04 07:44:47.975 INFO kablam! Sep 04 07:44:47.975 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 04 07:44:47.975 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:101:9 Sep 04 07:44:47.975 INFO kablam! | Sep 04 07:44:47.976 INFO kablam! 101 | token::Ident(id) if id.name == token => { Sep 04 07:44:47.976 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 04 07:44:47.976 INFO kablam! Sep 04 07:44:47.979 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 04 07:44:47.979 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:117:13 Sep 04 07:44:47.979 INFO kablam! | Sep 04 07:44:47.979 INFO kablam! 117 | token::Ident(id) if id.name == prop => { Sep 04 07:44:47.979 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 04 07:44:47.979 INFO kablam! Sep 04 07:44:47.999 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 04 07:44:47.999 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:233:9 Sep 04 07:44:47.999 INFO kablam! | Sep 04 07:44:47.999 INFO kablam! 233 | token::Ident(id) => match env.get(&id.name).cloned() { Sep 04 07:44:47.999 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 04 07:44:47.999 INFO kablam! Sep 04 07:44:48.016 INFO kablam! error[E0308]: mismatched types Sep 04 07:44:48.016 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:192:9 Sep 04 07:44:48.016 INFO kablam! | Sep 04 07:44:48.016 INFO kablam! 192 | cx.expr_usize(sp, 256))); Sep 04 07:44:48.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 04 07:44:48.016 INFO kablam! | Sep 04 07:44:48.016 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 04 07:44:48.016 INFO kablam! found type `syntax::ptr::P` Sep 04 07:44:48.016 INFO kablam! Sep 04 07:44:48.048 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 04 07:44:48.048 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:380:13 Sep 04 07:44:48.048 INFO kablam! | Sep 04 07:44:48.048 INFO kablam! 380 | token::Ident(id) => { Sep 04 07:44:48.048 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 04 07:44:48.048 INFO kablam! Sep 04 07:44:48.154 INFO kablam! error: aborting due to 23 previous errors Sep 04 07:44:48.154 INFO kablam! Sep 04 07:44:48.154 INFO kablam! Some errors occurred: E0023, E0061, E0107, E0308, E0432, E0599, E0603. Sep 04 07:44:48.154 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 04 07:44:48.173 INFO kablam! error: Could not compile `rustlex_codegen`. Sep 04 07:44:48.173 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 07:44:48.235 INFO kablam! error[E0308]: mismatched types Sep 04 07:44:48.236 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:206:9 Sep 04 07:44:48.236 INFO kablam! | Sep 04 07:44:48.236 INFO kablam! 206 | cx.expr_usize(sp, lex.auto.states.len()) Sep 04 07:44:48.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 04 07:44:48.236 INFO kablam! | Sep 04 07:44:48.236 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 04 07:44:48.236 INFO kablam! found type `syntax::ptr::P` Sep 04 07:44:48.236 INFO kablam! Sep 04 07:44:48.479 INFO kablam! error[E0308]: mismatched types Sep 04 07:44:48.479 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:231:9 Sep 04 07:44:48.479 INFO kablam! | Sep 04 07:44:48.479 INFO kablam! 231 | cx.expr_usize(sp, lex.auto.states.len()) Sep 04 07:44:48.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 04 07:44:48.479 INFO kablam! | Sep 04 07:44:48.479 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 04 07:44:48.479 INFO kablam! found type `syntax::ptr::P` Sep 04 07:44:48.479 INFO kablam! Sep 04 07:44:48.740 INFO kablam! error[E0107]: wrong number of type arguments: expected 0, found 1 Sep 04 07:44:48.741 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:89:78 Sep 04 07:44:48.741 INFO kablam! | Sep 04 07:44:48.741 INFO kablam! 89 | fn unexpected(&mut self) -> DiagnosticBuilder<'a> { Parser::unexpected::<()>(self).unwrap_err() } Sep 04 07:44:48.741 INFO kablam! | ^^ unexpected type argument Sep 04 07:44:48.741 INFO kablam! Sep 04 07:44:48.746 INFO kablam! error[E0599]: no method named `unwrap_err` found for type `rustc_errors::DiagnosticBuilder<'_>` in the current scope Sep 04 07:44:48.746 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:89:88 Sep 04 07:44:48.746 INFO kablam! | Sep 04 07:44:48.746 INFO kablam! 89 | fn unexpected(&mut self) -> DiagnosticBuilder<'a> { Parser::unexpected::<()>(self).unwrap_err() } Sep 04 07:44:48.746 INFO kablam! | ^^^^^^^^^^ Sep 04 07:44:48.746 INFO kablam! Sep 04 07:44:48.746 INFO kablam! error[E0107]: wrong number of type arguments: expected 0, found 1 Sep 04 07:44:48.746 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:91:35 Sep 04 07:44:48.746 INFO kablam! | Sep 04 07:44:48.746 INFO kablam! 91 | Parser::unexpected_last::<()>(self, tok).unwrap_err() Sep 04 07:44:48.746 INFO kablam! | ^^ unexpected type argument Sep 04 07:44:48.746 INFO kablam! Sep 04 07:44:48.751 INFO kablam! error[E0599]: no method named `unwrap_err` found for type `rustc_errors::DiagnosticBuilder<'_>` in the current scope Sep 04 07:44:48.751 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:91:50 Sep 04 07:44:48.751 INFO kablam! | Sep 04 07:44:48.751 INFO kablam! 91 | Parser::unexpected_last::<()>(self, tok).unwrap_err() Sep 04 07:44:48.751 INFO kablam! | ^^^^^^^^^^ Sep 04 07:44:48.751 INFO kablam! Sep 04 07:44:48.751 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 04 07:44:48.751 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:101:9 Sep 04 07:44:48.751 INFO kablam! | Sep 04 07:44:48.752 INFO kablam! 101 | token::Ident(id) if id.name == token => { Sep 04 07:44:48.752 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 04 07:44:48.752 INFO kablam! Sep 04 07:44:48.753 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 04 07:44:48.753 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:117:13 Sep 04 07:44:48.753 INFO kablam! | Sep 04 07:44:48.753 INFO kablam! 117 | token::Ident(id) if id.name == prop => { Sep 04 07:44:48.753 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 04 07:44:48.753 INFO kablam! Sep 04 07:44:48.765 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 04 07:44:48.765 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:233:9 Sep 04 07:44:48.765 INFO kablam! | Sep 04 07:44:48.765 INFO kablam! 233 | token::Ident(id) => match env.get(&id.name).cloned() { Sep 04 07:44:48.765 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 04 07:44:48.765 INFO kablam! Sep 04 07:44:48.792 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 04 07:44:48.792 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:380:13 Sep 04 07:44:48.792 INFO kablam! | Sep 04 07:44:48.792 INFO kablam! 380 | token::Ident(id) => { Sep 04 07:44:48.792 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 04 07:44:48.792 INFO kablam! Sep 04 07:44:48.879 INFO kablam! error: aborting due to 23 previous errors Sep 04 07:44:48.879 INFO kablam! Sep 04 07:44:48.879 INFO kablam! Some errors occurred: E0023, E0061, E0107, E0308, E0432, E0599, E0603. Sep 04 07:44:48.879 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 04 07:44:48.898 INFO kablam! error: Could not compile `rustlex_codegen`. Sep 04 07:44:48.898 INFO kablam! Sep 04 07:44:48.898 INFO kablam! To learn more, run the command again with --verbose. Sep 04 07:44:48.899 INFO kablam! su: No module specific data is present Sep 04 07:44:49.362 INFO running `"docker" "rm" "-f" "b47c7cbb63ca9ed1e1be199a8c9ac0adc5fbb372e330dc00b0eb903454b526d0"` Sep 04 07:44:49.452 INFO blam! b47c7cbb63ca9ed1e1be199a8c9ac0adc5fbb372e330dc00b0eb903454b526d0