Sep 19 19:01:02.142 INFO checking rustlex-0.4.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 19:01:02.142 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 19:01:02.143 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:01:02.314 INFO blam! fb9b37ddedcc5d17df4f9f224e98604a094c5d4167ac8461f8bf9d7a7a215127 Sep 19 19:01:02.317 INFO running `"docker" "start" "-a" "fb9b37ddedcc5d17df4f9f224e98604a094c5d4167ac8461f8bf9d7a7a215127"` Sep 19 19:01:03.280 INFO kablam! usermod: no changes Sep 19 19:01:03.339 INFO kablam! Checking bit-vec v0.4.4 Sep 19 19:01:03.339 INFO kablam! Compiling bit-vec v0.5.0 Sep 19 19:01:03.355 INFO kablam! Checking log v0.4.5 Sep 19 19:01:03.355 INFO kablam! Compiling rustlex_fsa v0.4.0 Sep 19 19:01:03.997 INFO kablam! Checking log v0.3.9 Sep 19 19:01:04.386 INFO kablam! Checking bit-set v0.5.0 Sep 19 19:01:04.555 INFO kablam! Checking bit-set v0.4.0 Sep 19 19:01:05.907 INFO kablam! Compiling rustlex_codegen v0.4.0 Sep 19 19:01:07.475 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 19:01:07.475 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/lib.rs:12:13 Sep 19 19:01:07.475 INFO kablam! | Sep 19 19:01:07.475 INFO kablam! 12 | use syntax::codemap::Span; Sep 19 19:01:07.475 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 19:01:07.475 INFO kablam! Sep 19 19:01:07.475 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 19:01:07.475 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:7:13 Sep 19 19:01:07.475 INFO kablam! | Sep 19 19:01:07.475 INFO kablam! 7 | use syntax::codemap::{Span, Spanned}; Sep 19 19:01:07.475 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 19:01:07.475 INFO kablam! Sep 19 19:01:07.475 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 19 19:01:07.475 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:13:19 Sep 19 19:01:07.475 INFO kablam! | Sep 19 19:01:07.475 INFO kablam! 13 | use syntax::util::small_vector::SmallVector; Sep 19 19:01:07.475 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 19 19:01:07.475 INFO kablam! Sep 19 19:01:07.475 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 19:01:07.475 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/lexer.rs:9:13 Sep 19 19:01:07.475 INFO kablam! | Sep 19 19:01:07.475 INFO kablam! 9 | use syntax::codemap::Span; Sep 19 19:01:07.475 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 19:01:07.475 INFO kablam! Sep 19 19:01:07.475 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 19:01:07.475 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:15:13 Sep 19 19:01:07.476 INFO kablam! | Sep 19 19:01:07.476 INFO kablam! 15 | use syntax::codemap::Span; Sep 19 19:01:07.476 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 19:01:07.476 INFO kablam! Sep 19 19:01:07.510 INFO kablam! error[E0603]: function `char_lit` is private Sep 19 19:01:07.510 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:152:26 Sep 19 19:01:07.510 INFO kablam! | Sep 19 19:01:07.510 INFO kablam! 152 | let ch = parse::char_lit(&*i.as_str(), None).0; Sep 19 19:01:07.510 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 19:01:07.510 INFO kablam! Sep 19 19:01:07.510 INFO kablam! error[E0603]: function `char_lit` is private Sep 19 19:01:07.510 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:160:33 Sep 19 19:01:07.510 INFO kablam! | Sep 19 19:01:07.510 INFO kablam! 160 | parse::char_lit(&*ch.as_str(), None).0, Sep 19 19:01:07.510 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 19:01:07.510 INFO kablam! Sep 19 19:01:07.510 INFO kablam! error[E0603]: function `char_lit` is private Sep 19 19:01:07.510 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:222:29 Sep 19 19:01:07.510 INFO kablam! | Sep 19 19:01:07.510 INFO kablam! 222 | regex::Char(parse::char_lit(&*ch.as_str(), None).0) Sep 19 19:01:07.510 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 19:01:07.510 INFO kablam! Sep 19 19:01:07.699 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 19 19:01:07.699 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:97:9 Sep 19 19:01:07.699 INFO kablam! | Sep 19 19:01:07.699 INFO kablam! 97 | / attr::mk_list_item( Sep 19 19:01:07.699 INFO kablam! 98 | | Symbol::intern("allow"), Sep 19 19:01:07.699 INFO kablam! 99 | | vec![span(sp, ast::NestedMetaItemKind::MetaItem( Sep 19 19:01:07.699 INFO kablam! 100 | | attr::mk_word_item(Symbol::intern("missing_docs")) Sep 19 19:01:07.699 INFO kablam! 101 | | ))] Sep 19 19:01:07.699 INFO kablam! 102 | | ) Sep 19 19:01:07.699 INFO kablam! | |_________^ expected 3 parameters Sep 19 19:01:07.699 INFO kablam! Sep 19 19:01:07.746 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 19:01:07.747 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/lib.rs:12:13 Sep 19 19:01:07.747 INFO kablam! | Sep 19 19:01:07.747 INFO kablam! 12 | use syntax::codemap::Span; Sep 19 19:01:07.747 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 19:01:07.747 INFO kablam! Sep 19 19:01:07.747 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 19:01:07.747 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:7:13 Sep 19 19:01:07.747 INFO kablam! | Sep 19 19:01:07.747 INFO kablam! 7 | use syntax::codemap::{Span, Spanned}; Sep 19 19:01:07.747 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 19:01:07.747 INFO kablam! Sep 19 19:01:07.747 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 19 19:01:07.747 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:13:19 Sep 19 19:01:07.747 INFO kablam! | Sep 19 19:01:07.747 INFO kablam! 13 | use syntax::util::small_vector::SmallVector; Sep 19 19:01:07.747 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 19 19:01:07.747 INFO kablam! Sep 19 19:01:07.747 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 19:01:07.747 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/lexer.rs:9:13 Sep 19 19:01:07.747 INFO kablam! | Sep 19 19:01:07.747 INFO kablam! 9 | use syntax::codemap::Span; Sep 19 19:01:07.747 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 19:01:07.747 INFO kablam! Sep 19 19:01:07.747 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 19:01:07.747 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:15:13 Sep 19 19:01:07.747 INFO kablam! | Sep 19 19:01:07.747 INFO kablam! 15 | use syntax::codemap::Span; Sep 19 19:01:07.747 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 19:01:07.747 INFO kablam! Sep 19 19:01:07.777 INFO kablam! error[E0603]: function `char_lit` is private Sep 19 19:01:07.777 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:152:26 Sep 19 19:01:07.777 INFO kablam! | Sep 19 19:01:07.777 INFO kablam! 152 | let ch = parse::char_lit(&*i.as_str(), None).0; Sep 19 19:01:07.777 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 19:01:07.777 INFO kablam! Sep 19 19:01:07.777 INFO kablam! error[E0603]: function `char_lit` is private Sep 19 19:01:07.777 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:160:33 Sep 19 19:01:07.777 INFO kablam! | Sep 19 19:01:07.777 INFO kablam! 160 | parse::char_lit(&*ch.as_str(), None).0, Sep 19 19:01:07.777 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 19:01:07.777 INFO kablam! Sep 19 19:01:07.777 INFO kablam! error[E0603]: function `char_lit` is private Sep 19 19:01:07.777 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:222:29 Sep 19 19:01:07.777 INFO kablam! | Sep 19 19:01:07.777 INFO kablam! 222 | regex::Char(parse::char_lit(&*ch.as_str(), None).0) Sep 19 19:01:07.777 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 19:01:07.777 INFO kablam! Sep 19 19:01:08.038 INFO kablam! error[E0308]: mismatched types Sep 19 19:01:08.039 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:100:36 Sep 19 19:01:08.039 INFO kablam! | Sep 19 19:01:08.039 INFO kablam! 100 | attr::mk_word_item(Symbol::intern("missing_docs")) Sep 19 19:01:08.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Ident`, found struct `syntax::ast::Symbol` Sep 19 19:01:08.039 INFO kablam! | Sep 19 19:01:08.039 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 19 19:01:08.039 INFO kablam! found type `syntax::ast::Symbol` Sep 19 19:01:08.039 INFO kablam! Sep 19 19:01:08.052 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 19 19:01:08.052 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:113:21 Sep 19 19:01:08.052 INFO kablam! | Sep 19 19:01:08.052 INFO kablam! 113 | ast::GenericParam::Type(cx.typaram( Sep 19 19:01:08.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 19 19:01:08.052 INFO kablam! Sep 19 19:01:08.055 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 19 19:01:08.055 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:116:32 Sep 19 19:01:08.055 INFO kablam! | Sep 19 19:01:08.055 INFO kablam! 116 | cx.typarambound(cx.path_global(sp, vec![ Sep 19 19:01:08.055 INFO kablam! | ^^^^^^^^^^^^ Sep 19 19:01:08.055 INFO kablam! Sep 19 19:01:08.143 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 19 19:01:08.143 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:97:9 Sep 19 19:01:08.143 INFO kablam! | Sep 19 19:01:08.143 INFO kablam! 97 | / attr::mk_list_item( Sep 19 19:01:08.143 INFO kablam! 98 | | Symbol::intern("allow"), Sep 19 19:01:08.143 INFO kablam! 99 | | vec![span(sp, ast::NestedMetaItemKind::MetaItem( Sep 19 19:01:08.143 INFO kablam! 100 | | attr::mk_word_item(Symbol::intern("missing_docs")) Sep 19 19:01:08.143 INFO kablam! 101 | | ))] Sep 19 19:01:08.143 INFO kablam! 102 | | ) Sep 19 19:01:08.143 INFO kablam! | |_________^ expected 3 parameters Sep 19 19:01:08.143 INFO kablam! Sep 19 19:01:08.252 INFO kablam! error[E0308]: mismatched types Sep 19 19:01:08.252 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:192:9 Sep 19 19:01:08.252 INFO kablam! | Sep 19 19:01:08.252 INFO kablam! 192 | cx.expr_usize(sp, 256))); Sep 19 19:01:08.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 19 19:01:08.252 INFO kablam! | Sep 19 19:01:08.252 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 19 19:01:08.252 INFO kablam! found type `syntax::ptr::P` Sep 19 19:01:08.252 INFO kablam! Sep 19 19:01:08.407 INFO kablam! error[E0308]: mismatched types Sep 19 19:01:08.407 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:206:9 Sep 19 19:01:08.407 INFO kablam! | Sep 19 19:01:08.407 INFO kablam! 206 | cx.expr_usize(sp, lex.auto.states.len()) Sep 19 19:01:08.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 19 19:01:08.407 INFO kablam! | Sep 19 19:01:08.407 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 19 19:01:08.407 INFO kablam! found type `syntax::ptr::P` Sep 19 19:01:08.407 INFO kablam! Sep 19 19:01:08.567 INFO kablam! error[E0308]: mismatched types Sep 19 19:01:08.567 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:231:9 Sep 19 19:01:08.567 INFO kablam! | Sep 19 19:01:08.567 INFO kablam! 231 | cx.expr_usize(sp, lex.auto.states.len()) Sep 19 19:01:08.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 19 19:01:08.567 INFO kablam! | Sep 19 19:01:08.567 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 19 19:01:08.567 INFO kablam! found type `syntax::ptr::P` Sep 19 19:01:08.567 INFO kablam! Sep 19 19:01:08.579 INFO kablam! error[E0308]: mismatched types Sep 19 19:01:08.579 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:100:36 Sep 19 19:01:08.579 INFO kablam! | Sep 19 19:01:08.579 INFO kablam! 100 | attr::mk_word_item(Symbol::intern("missing_docs")) Sep 19 19:01:08.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Ident`, found struct `syntax::ast::Symbol` Sep 19 19:01:08.579 INFO kablam! | Sep 19 19:01:08.579 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 19 19:01:08.579 INFO kablam! found type `syntax::ast::Symbol` Sep 19 19:01:08.579 INFO kablam! Sep 19 19:01:08.591 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 19 19:01:08.591 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:113:21 Sep 19 19:01:08.591 INFO kablam! | Sep 19 19:01:08.591 INFO kablam! 113 | ast::GenericParam::Type(cx.typaram( Sep 19 19:01:08.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 19 19:01:08.591 INFO kablam! Sep 19 19:01:08.591 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 19 19:01:08.591 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:116:32 Sep 19 19:01:08.591 INFO kablam! | Sep 19 19:01:08.591 INFO kablam! 116 | cx.typarambound(cx.path_global(sp, vec![ Sep 19 19:01:08.591 INFO kablam! | ^^^^^^^^^^^^ Sep 19 19:01:08.591 INFO kablam! Sep 19 19:01:08.731 INFO kablam! error[E0107]: wrong number of type arguments: expected 0, found 1 Sep 19 19:01:08.731 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:89:78 Sep 19 19:01:08.731 INFO kablam! | Sep 19 19:01:08.731 INFO kablam! 89 | fn unexpected(&mut self) -> DiagnosticBuilder<'a> { Parser::unexpected::<()>(self).unwrap_err() } Sep 19 19:01:08.731 INFO kablam! | ^^ unexpected type argument Sep 19 19:01:08.731 INFO kablam! Sep 19 19:01:08.756 INFO kablam! error[E0599]: no method named `unwrap_err` found for type `rustc_errors::DiagnosticBuilder<'_>` in the current scope Sep 19 19:01:08.756 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:89:88 Sep 19 19:01:08.756 INFO kablam! | Sep 19 19:01:08.756 INFO kablam! 89 | fn unexpected(&mut self) -> DiagnosticBuilder<'a> { Parser::unexpected::<()>(self).unwrap_err() } Sep 19 19:01:08.756 INFO kablam! | ^^^^^^^^^^ Sep 19 19:01:08.756 INFO kablam! Sep 19 19:01:08.756 INFO kablam! error[E0107]: wrong number of type arguments: expected 0, found 1 Sep 19 19:01:08.756 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:91:35 Sep 19 19:01:08.756 INFO kablam! | Sep 19 19:01:08.756 INFO kablam! 91 | Parser::unexpected_last::<()>(self, tok).unwrap_err() Sep 19 19:01:08.756 INFO kablam! | ^^ unexpected type argument Sep 19 19:01:08.763 INFO kablam! Sep 19 19:01:08.763 INFO kablam! error[E0599]: no method named `unwrap_err` found for type `rustc_errors::DiagnosticBuilder<'_>` in the current scope Sep 19 19:01:08.763 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:91:50 Sep 19 19:01:08.763 INFO kablam! | Sep 19 19:01:08.763 INFO kablam! 91 | Parser::unexpected_last::<()>(self, tok).unwrap_err() Sep 19 19:01:08.763 INFO kablam! | ^^^^^^^^^^ Sep 19 19:01:08.763 INFO kablam! Sep 19 19:01:08.765 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 19 19:01:08.766 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:101:9 Sep 19 19:01:08.766 INFO kablam! | Sep 19 19:01:08.766 INFO kablam! 101 | token::Ident(id) if id.name == token => { Sep 19 19:01:08.766 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 19 19:01:08.766 INFO kablam! Sep 19 19:01:08.766 INFO kablam! error[E0308]: mismatched types Sep 19 19:01:08.766 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:192:9 Sep 19 19:01:08.766 INFO kablam! | Sep 19 19:01:08.766 INFO kablam! 192 | cx.expr_usize(sp, 256))); Sep 19 19:01:08.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 19 19:01:08.766 INFO kablam! | Sep 19 19:01:08.766 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 19 19:01:08.766 INFO kablam! found type `syntax::ptr::P` Sep 19 19:01:08.766 INFO kablam! Sep 19 19:01:08.767 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 19 19:01:08.767 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:117:13 Sep 19 19:01:08.767 INFO kablam! | Sep 19 19:01:08.767 INFO kablam! 117 | token::Ident(id) if id.name == prop => { Sep 19 19:01:08.767 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 19 19:01:08.767 INFO kablam! Sep 19 19:01:08.783 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 19 19:01:08.783 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:233:9 Sep 19 19:01:08.783 INFO kablam! | Sep 19 19:01:08.783 INFO kablam! 233 | token::Ident(id) => match env.get(&id.name).cloned() { Sep 19 19:01:08.783 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 19 19:01:08.783 INFO kablam! Sep 19 19:01:08.811 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 19 19:01:08.811 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:380:13 Sep 19 19:01:08.811 INFO kablam! | Sep 19 19:01:08.811 INFO kablam! 380 | token::Ident(id) => { Sep 19 19:01:08.811 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 19 19:01:08.811 INFO kablam! Sep 19 19:01:08.879 INFO kablam! error: aborting due to 23 previous errors Sep 19 19:01:08.879 INFO kablam! Sep 19 19:01:08.879 INFO kablam! Some errors occurred: E0023, E0061, E0107, E0308, E0432, E0599, E0603. Sep 19 19:01:08.879 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 19 19:01:08.897 INFO kablam! error: Could not compile `rustlex_codegen`. Sep 19 19:01:08.897 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:01:09.031 INFO kablam! error[E0308]: mismatched types Sep 19 19:01:09.031 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:206:9 Sep 19 19:01:09.031 INFO kablam! | Sep 19 19:01:09.031 INFO kablam! 206 | cx.expr_usize(sp, lex.auto.states.len()) Sep 19 19:01:09.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 19 19:01:09.031 INFO kablam! | Sep 19 19:01:09.031 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 19 19:01:09.031 INFO kablam! found type `syntax::ptr::P` Sep 19 19:01:09.031 INFO kablam! Sep 19 19:01:09.191 INFO kablam! error[E0308]: mismatched types Sep 19 19:01:09.191 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:231:9 Sep 19 19:01:09.191 INFO kablam! | Sep 19 19:01:09.191 INFO kablam! 231 | cx.expr_usize(sp, lex.auto.states.len()) Sep 19 19:01:09.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 19 19:01:09.191 INFO kablam! | Sep 19 19:01:09.191 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 19 19:01:09.191 INFO kablam! found type `syntax::ptr::P` Sep 19 19:01:09.191 INFO kablam! Sep 19 19:01:09.335 INFO kablam! error[E0107]: wrong number of type arguments: expected 0, found 1 Sep 19 19:01:09.335 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:89:78 Sep 19 19:01:09.335 INFO kablam! | Sep 19 19:01:09.335 INFO kablam! 89 | fn unexpected(&mut self) -> DiagnosticBuilder<'a> { Parser::unexpected::<()>(self).unwrap_err() } Sep 19 19:01:09.335 INFO kablam! | ^^ unexpected type argument Sep 19 19:01:09.335 INFO kablam! Sep 19 19:01:09.351 INFO kablam! error[E0599]: no method named `unwrap_err` found for type `rustc_errors::DiagnosticBuilder<'_>` in the current scope Sep 19 19:01:09.351 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:89:88 Sep 19 19:01:09.351 INFO kablam! | Sep 19 19:01:09.351 INFO kablam! 89 | fn unexpected(&mut self) -> DiagnosticBuilder<'a> { Parser::unexpected::<()>(self).unwrap_err() } Sep 19 19:01:09.351 INFO kablam! | ^^^^^^^^^^ Sep 19 19:01:09.351 INFO kablam! Sep 19 19:01:09.351 INFO kablam! error[E0107]: wrong number of type arguments: expected 0, found 1 Sep 19 19:01:09.351 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:91:35 Sep 19 19:01:09.351 INFO kablam! | Sep 19 19:01:09.351 INFO kablam! 91 | Parser::unexpected_last::<()>(self, tok).unwrap_err() Sep 19 19:01:09.351 INFO kablam! | ^^ unexpected type argument Sep 19 19:01:09.351 INFO kablam! Sep 19 19:01:09.351 INFO kablam! error[E0599]: no method named `unwrap_err` found for type `rustc_errors::DiagnosticBuilder<'_>` in the current scope Sep 19 19:01:09.351 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:91:50 Sep 19 19:01:09.351 INFO kablam! | Sep 19 19:01:09.351 INFO kablam! 91 | Parser::unexpected_last::<()>(self, tok).unwrap_err() Sep 19 19:01:09.351 INFO kablam! | ^^^^^^^^^^ Sep 19 19:01:09.351 INFO kablam! Sep 19 19:01:09.351 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 19 19:01:09.351 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:101:9 Sep 19 19:01:09.351 INFO kablam! | Sep 19 19:01:09.351 INFO kablam! 101 | token::Ident(id) if id.name == token => { Sep 19 19:01:09.351 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 19 19:01:09.351 INFO kablam! Sep 19 19:01:09.351 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 19 19:01:09.351 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:117:13 Sep 19 19:01:09.351 INFO kablam! | Sep 19 19:01:09.351 INFO kablam! 117 | token::Ident(id) if id.name == prop => { Sep 19 19:01:09.351 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 19 19:01:09.351 INFO kablam! Sep 19 19:01:09.363 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 19 19:01:09.363 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:233:9 Sep 19 19:01:09.363 INFO kablam! | Sep 19 19:01:09.363 INFO kablam! 233 | token::Ident(id) => match env.get(&id.name).cloned() { Sep 19 19:01:09.363 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 19 19:01:09.363 INFO kablam! Sep 19 19:01:09.379 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 19 19:01:09.379 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:380:13 Sep 19 19:01:09.379 INFO kablam! | Sep 19 19:01:09.379 INFO kablam! 380 | token::Ident(id) => { Sep 19 19:01:09.379 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 19 19:01:09.379 INFO kablam! Sep 19 19:01:09.432 INFO kablam! error: aborting due to 23 previous errors Sep 19 19:01:09.432 INFO kablam! Sep 19 19:01:09.432 INFO kablam! Some errors occurred: E0023, E0061, E0107, E0308, E0432, E0599, E0603. Sep 19 19:01:09.432 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 19 19:01:09.450 INFO kablam! error: Could not compile `rustlex_codegen`. Sep 19 19:01:09.450 INFO kablam! Sep 19 19:01:09.450 INFO kablam! To learn more, run the command again with --verbose. Sep 19 19:01:09.451 INFO kablam! su: No module specific data is present Sep 19 19:01:10.241 INFO running `"docker" "rm" "-f" "fb9b37ddedcc5d17df4f9f224e98604a094c5d4167ac8461f8bf9d7a7a215127"` Sep 19 19:01:10.472 INFO blam! fb9b37ddedcc5d17df4f9f224e98604a094c5d4167ac8461f8bf9d7a7a215127