Sep 02 01:14:01.608 INFO checking rustlex-0.4.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 01:14:01.608 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 01:14:01.608 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 01:14:01.817 INFO blam! bda055c57bf32a8cb8b8ab7158a7dce1a8aaa12dec2dc4c901d930e0d17a4d2f Sep 02 01:14:01.819 INFO running `"docker" "start" "-a" "bda055c57bf32a8cb8b8ab7158a7dce1a8aaa12dec2dc4c901d930e0d17a4d2f"` Sep 02 01:14:02.502 INFO kablam! Checking bit-vec v0.4.4 Sep 02 01:14:02.502 INFO kablam! Checking bit-vec v0.5.0 Sep 02 01:14:02.503 INFO kablam! Compiling rustlex_fsa v0.4.0 Sep 02 01:14:03.341 INFO kablam! Checking bit-set v0.4.0 Sep 02 01:14:03.354 INFO kablam! Compiling rustlex_codegen v0.4.0 Sep 02 01:14:03.456 INFO kablam! Checking bit-set v0.5.0 Sep 02 01:14:06.553 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 01:14:06.553 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/lib.rs:12:13 Sep 02 01:14:06.553 INFO kablam! | Sep 02 01:14:06.553 INFO kablam! 12 | use syntax::codemap::Span; Sep 02 01:14:06.553 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 01:14:06.553 INFO kablam! Sep 02 01:14:06.553 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 01:14:06.553 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:7:13 Sep 02 01:14:06.553 INFO kablam! | Sep 02 01:14:06.553 INFO kablam! 7 | use syntax::codemap::{Span, Spanned}; Sep 02 01:14:06.553 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 01:14:06.553 INFO kablam! Sep 02 01:14:06.554 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 02 01:14:06.554 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:13:19 Sep 02 01:14:06.554 INFO kablam! | Sep 02 01:14:06.554 INFO kablam! 13 | use syntax::util::small_vector::SmallVector; Sep 02 01:14:06.554 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 02 01:14:06.554 INFO kablam! Sep 02 01:14:06.554 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 01:14:06.554 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/lexer.rs:9:13 Sep 02 01:14:06.554 INFO kablam! | Sep 02 01:14:06.554 INFO kablam! 9 | use syntax::codemap::Span; Sep 02 01:14:06.554 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 01:14:06.554 INFO kablam! Sep 02 01:14:06.554 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 01:14:06.554 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:15:13 Sep 02 01:14:06.554 INFO kablam! | Sep 02 01:14:06.554 INFO kablam! 15 | use syntax::codemap::Span; Sep 02 01:14:06.555 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 01:14:06.555 INFO kablam! Sep 02 01:14:06.584 INFO kablam! error[E0603]: function `char_lit` is private Sep 02 01:14:06.584 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:152:26 Sep 02 01:14:06.584 INFO kablam! | Sep 02 01:14:06.584 INFO kablam! 152 | let ch = parse::char_lit(&*i.as_str(), None).0; Sep 02 01:14:06.584 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 01:14:06.584 INFO kablam! Sep 02 01:14:06.584 INFO kablam! error[E0603]: function `char_lit` is private Sep 02 01:14:06.584 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:160:33 Sep 02 01:14:06.585 INFO kablam! | Sep 02 01:14:06.585 INFO kablam! 160 | parse::char_lit(&*ch.as_str(), None).0, Sep 02 01:14:06.585 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 01:14:06.585 INFO kablam! Sep 02 01:14:06.585 INFO kablam! error[E0603]: function `char_lit` is private Sep 02 01:14:06.585 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:222:29 Sep 02 01:14:06.585 INFO kablam! | Sep 02 01:14:06.585 INFO kablam! 222 | regex::Char(parse::char_lit(&*ch.as_str(), None).0) Sep 02 01:14:06.585 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 01:14:06.585 INFO kablam! Sep 02 01:14:07.005 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 02 01:14:07.005 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:97:9 Sep 02 01:14:07.005 INFO kablam! | Sep 02 01:14:07.005 INFO kablam! 97 | / attr::mk_list_item( Sep 02 01:14:07.005 INFO kablam! 98 | | Symbol::intern("allow"), Sep 02 01:14:07.005 INFO kablam! 99 | | vec![span(sp, ast::NestedMetaItemKind::MetaItem( Sep 02 01:14:07.005 INFO kablam! 100 | | attr::mk_word_item(Symbol::intern("missing_docs")) Sep 02 01:14:07.005 INFO kablam! 101 | | ))] Sep 02 01:14:07.005 INFO kablam! 102 | | ) Sep 02 01:14:07.005 INFO kablam! | |_________^ expected 3 parameters Sep 02 01:14:07.005 INFO kablam! Sep 02 01:14:07.434 INFO kablam! error[E0308]: mismatched types Sep 02 01:14:07.434 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:100:36 Sep 02 01:14:07.434 INFO kablam! | Sep 02 01:14:07.434 INFO kablam! 100 | attr::mk_word_item(Symbol::intern("missing_docs")) Sep 02 01:14:07.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Ident`, found struct `syntax::ast::Symbol` Sep 02 01:14:07.435 INFO kablam! | Sep 02 01:14:07.435 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 02 01:14:07.435 INFO kablam! found type `syntax::ast::Symbol` Sep 02 01:14:07.435 INFO kablam! Sep 02 01:14:07.444 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 02 01:14:07.444 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:113:21 Sep 02 01:14:07.444 INFO kablam! | Sep 02 01:14:07.444 INFO kablam! 113 | ast::GenericParam::Type(cx.typaram( Sep 02 01:14:07.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 02 01:14:07.444 INFO kablam! Sep 02 01:14:07.456 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 02 01:14:07.457 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:116:32 Sep 02 01:14:07.457 INFO kablam! | Sep 02 01:14:07.457 INFO kablam! 116 | cx.typarambound(cx.path_global(sp, vec![ Sep 02 01:14:07.457 INFO kablam! | ^^^^^^^^^^^^ Sep 02 01:14:07.457 INFO kablam! Sep 02 01:14:07.712 INFO kablam! error[E0308]: mismatched types Sep 02 01:14:07.712 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:192:9 Sep 02 01:14:07.712 INFO kablam! | Sep 02 01:14:07.712 INFO kablam! 192 | cx.expr_usize(sp, 256))); Sep 02 01:14:07.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 02 01:14:07.712 INFO kablam! | Sep 02 01:14:07.712 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 02 01:14:07.712 INFO kablam! found type `syntax::ptr::P` Sep 02 01:14:07.712 INFO kablam! Sep 02 01:14:07.862 INFO kablam! error[E0308]: mismatched types Sep 02 01:14:07.862 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:206:9 Sep 02 01:14:07.862 INFO kablam! | Sep 02 01:14:07.862 INFO kablam! 206 | cx.expr_usize(sp, lex.auto.states.len()) Sep 02 01:14:07.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 02 01:14:07.862 INFO kablam! | Sep 02 01:14:07.862 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 02 01:14:07.862 INFO kablam! found type `syntax::ptr::P` Sep 02 01:14:07.862 INFO kablam! Sep 02 01:14:08.063 INFO kablam! error[E0308]: mismatched types Sep 02 01:14:08.063 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:231:9 Sep 02 01:14:08.063 INFO kablam! | Sep 02 01:14:08.063 INFO kablam! 231 | cx.expr_usize(sp, lex.auto.states.len()) Sep 02 01:14:08.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 02 01:14:08.063 INFO kablam! | Sep 02 01:14:08.064 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 02 01:14:08.064 INFO kablam! found type `syntax::ptr::P` Sep 02 01:14:08.064 INFO kablam! Sep 02 01:14:08.265 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 01:14:08.265 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/lib.rs:12:13 Sep 02 01:14:08.265 INFO kablam! | Sep 02 01:14:08.265 INFO kablam! 12 | use syntax::codemap::Span; Sep 02 01:14:08.265 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 01:14:08.265 INFO kablam! Sep 02 01:14:08.265 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 01:14:08.265 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:7:13 Sep 02 01:14:08.265 INFO kablam! | Sep 02 01:14:08.265 INFO kablam! 7 | use syntax::codemap::{Span, Spanned}; Sep 02 01:14:08.266 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 01:14:08.266 INFO kablam! Sep 02 01:14:08.266 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 02 01:14:08.266 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:13:19 Sep 02 01:14:08.266 INFO kablam! | Sep 02 01:14:08.266 INFO kablam! 13 | use syntax::util::small_vector::SmallVector; Sep 02 01:14:08.266 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 02 01:14:08.266 INFO kablam! Sep 02 01:14:08.266 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 01:14:08.266 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/lexer.rs:9:13 Sep 02 01:14:08.266 INFO kablam! | Sep 02 01:14:08.266 INFO kablam! 9 | use syntax::codemap::Span; Sep 02 01:14:08.266 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 01:14:08.266 INFO kablam! Sep 02 01:14:08.267 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 01:14:08.267 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:15:13 Sep 02 01:14:08.267 INFO kablam! | Sep 02 01:14:08.267 INFO kablam! 15 | use syntax::codemap::Span; Sep 02 01:14:08.267 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 02 01:14:08.267 INFO kablam! Sep 02 01:14:08.268 INFO kablam! error[E0107]: wrong number of type arguments: expected 0, found 1 Sep 02 01:14:08.268 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:89:78 Sep 02 01:14:08.268 INFO kablam! | Sep 02 01:14:08.268 INFO kablam! 89 | fn unexpected(&mut self) -> DiagnosticBuilder<'a> { Parser::unexpected::<()>(self).unwrap_err() } Sep 02 01:14:08.268 INFO kablam! | ^^ unexpected type argument Sep 02 01:14:08.268 INFO kablam! Sep 02 01:14:08.274 INFO kablam! error[E0599]: no method named `unwrap_err` found for type `rustc_errors::DiagnosticBuilder<'_>` in the current scope Sep 02 01:14:08.274 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:89:88 Sep 02 01:14:08.274 INFO kablam! | Sep 02 01:14:08.274 INFO kablam! 89 | fn unexpected(&mut self) -> DiagnosticBuilder<'a> { Parser::unexpected::<()>(self).unwrap_err() } Sep 02 01:14:08.274 INFO kablam! | ^^^^^^^^^^ Sep 02 01:14:08.274 INFO kablam! Sep 02 01:14:08.274 INFO kablam! error[E0107]: wrong number of type arguments: expected 0, found 1 Sep 02 01:14:08.274 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:91:35 Sep 02 01:14:08.274 INFO kablam! | Sep 02 01:14:08.274 INFO kablam! 91 | Parser::unexpected_last::<()>(self, tok).unwrap_err() Sep 02 01:14:08.274 INFO kablam! | ^^ unexpected type argument Sep 02 01:14:08.274 INFO kablam! Sep 02 01:14:08.279 INFO kablam! error[E0599]: no method named `unwrap_err` found for type `rustc_errors::DiagnosticBuilder<'_>` in the current scope Sep 02 01:14:08.280 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:91:50 Sep 02 01:14:08.280 INFO kablam! | Sep 02 01:14:08.280 INFO kablam! 91 | Parser::unexpected_last::<()>(self, tok).unwrap_err() Sep 02 01:14:08.280 INFO kablam! | ^^^^^^^^^^ Sep 02 01:14:08.280 INFO kablam! Sep 02 01:14:08.280 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 02 01:14:08.280 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:101:9 Sep 02 01:14:08.280 INFO kablam! | Sep 02 01:14:08.280 INFO kablam! 101 | token::Ident(id) if id.name == token => { Sep 02 01:14:08.280 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 02 01:14:08.280 INFO kablam! Sep 02 01:14:08.283 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 02 01:14:08.284 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:117:13 Sep 02 01:14:08.284 INFO kablam! | Sep 02 01:14:08.284 INFO kablam! 117 | token::Ident(id) if id.name == prop => { Sep 02 01:14:08.284 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 02 01:14:08.284 INFO kablam! Sep 02 01:14:08.286 INFO kablam! error[E0603]: function `char_lit` is private Sep 02 01:14:08.286 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:152:26 Sep 02 01:14:08.286 INFO kablam! | Sep 02 01:14:08.286 INFO kablam! 152 | let ch = parse::char_lit(&*i.as_str(), None).0; Sep 02 01:14:08.286 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 01:14:08.286 INFO kablam! Sep 02 01:14:08.286 INFO kablam! error[E0603]: function `char_lit` is private Sep 02 01:14:08.286 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:160:33 Sep 02 01:14:08.286 INFO kablam! | Sep 02 01:14:08.286 INFO kablam! 160 | parse::char_lit(&*ch.as_str(), None).0, Sep 02 01:14:08.286 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 01:14:08.286 INFO kablam! Sep 02 01:14:08.286 INFO kablam! error[E0603]: function `char_lit` is private Sep 02 01:14:08.286 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:222:29 Sep 02 01:14:08.286 INFO kablam! | Sep 02 01:14:08.286 INFO kablam! 222 | regex::Char(parse::char_lit(&*ch.as_str(), None).0) Sep 02 01:14:08.286 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 01:14:08.286 INFO kablam! Sep 02 01:14:08.300 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 02 01:14:08.300 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:233:9 Sep 02 01:14:08.300 INFO kablam! | Sep 02 01:14:08.300 INFO kablam! 233 | token::Ident(id) => match env.get(&id.name).cloned() { Sep 02 01:14:08.300 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 02 01:14:08.300 INFO kablam! Sep 02 01:14:08.344 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 02 01:14:08.344 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:380:13 Sep 02 01:14:08.344 INFO kablam! | Sep 02 01:14:08.344 INFO kablam! 380 | token::Ident(id) => { Sep 02 01:14:08.344 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 02 01:14:08.344 INFO kablam! Sep 02 01:14:08.436 INFO kablam! error: aborting due to 23 previous errors Sep 02 01:14:08.436 INFO kablam! Sep 02 01:14:08.436 INFO kablam! Some errors occurred: E0023, E0061, E0107, E0308, E0432, E0599, E0603. Sep 02 01:14:08.436 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 02 01:14:08.450 INFO kablam! error: Could not compile `rustlex_codegen`. Sep 02 01:14:08.450 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 01:14:08.595 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 02 01:14:08.595 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:97:9 Sep 02 01:14:08.595 INFO kablam! | Sep 02 01:14:08.596 INFO kablam! 97 | / attr::mk_list_item( Sep 02 01:14:08.596 INFO kablam! 98 | | Symbol::intern("allow"), Sep 02 01:14:08.596 INFO kablam! 99 | | vec![span(sp, ast::NestedMetaItemKind::MetaItem( Sep 02 01:14:08.596 INFO kablam! 100 | | attr::mk_word_item(Symbol::intern("missing_docs")) Sep 02 01:14:08.596 INFO kablam! 101 | | ))] Sep 02 01:14:08.596 INFO kablam! 102 | | ) Sep 02 01:14:08.596 INFO kablam! | |_________^ expected 3 parameters Sep 02 01:14:08.596 INFO kablam! Sep 02 01:14:08.872 INFO kablam! error[E0308]: mismatched types Sep 02 01:14:08.872 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:100:36 Sep 02 01:14:08.872 INFO kablam! | Sep 02 01:14:08.872 INFO kablam! 100 | attr::mk_word_item(Symbol::intern("missing_docs")) Sep 02 01:14:08.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Ident`, found struct `syntax::ast::Symbol` Sep 02 01:14:08.872 INFO kablam! | Sep 02 01:14:08.872 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 02 01:14:08.872 INFO kablam! found type `syntax::ast::Symbol` Sep 02 01:14:08.872 INFO kablam! Sep 02 01:14:08.881 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 02 01:14:08.881 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:113:21 Sep 02 01:14:08.881 INFO kablam! | Sep 02 01:14:08.881 INFO kablam! 113 | ast::GenericParam::Type(cx.typaram( Sep 02 01:14:08.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 02 01:14:08.881 INFO kablam! Sep 02 01:14:08.889 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 02 01:14:08.889 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:116:32 Sep 02 01:14:08.889 INFO kablam! | Sep 02 01:14:08.889 INFO kablam! 116 | cx.typarambound(cx.path_global(sp, vec![ Sep 02 01:14:08.889 INFO kablam! | ^^^^^^^^^^^^ Sep 02 01:14:08.889 INFO kablam! Sep 02 01:14:09.070 INFO kablam! error[E0308]: mismatched types Sep 02 01:14:09.070 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:192:9 Sep 02 01:14:09.070 INFO kablam! | Sep 02 01:14:09.070 INFO kablam! 192 | cx.expr_usize(sp, 256))); Sep 02 01:14:09.070 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 02 01:14:09.070 INFO kablam! | Sep 02 01:14:09.070 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 02 01:14:09.070 INFO kablam! found type `syntax::ptr::P` Sep 02 01:14:09.070 INFO kablam! Sep 02 01:14:09.240 INFO kablam! error[E0308]: mismatched types Sep 02 01:14:09.240 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:206:9 Sep 02 01:14:09.240 INFO kablam! | Sep 02 01:14:09.240 INFO kablam! 206 | cx.expr_usize(sp, lex.auto.states.len()) Sep 02 01:14:09.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 02 01:14:09.240 INFO kablam! | Sep 02 01:14:09.240 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 02 01:14:09.240 INFO kablam! found type `syntax::ptr::P` Sep 02 01:14:09.240 INFO kablam! Sep 02 01:14:09.425 INFO kablam! error[E0308]: mismatched types Sep 02 01:14:09.425 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:231:9 Sep 02 01:14:09.425 INFO kablam! | Sep 02 01:14:09.425 INFO kablam! 231 | cx.expr_usize(sp, lex.auto.states.len()) Sep 02 01:14:09.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 02 01:14:09.425 INFO kablam! | Sep 02 01:14:09.425 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 02 01:14:09.426 INFO kablam! found type `syntax::ptr::P` Sep 02 01:14:09.426 INFO kablam! Sep 02 01:14:09.655 INFO kablam! error[E0107]: wrong number of type arguments: expected 0, found 1 Sep 02 01:14:09.655 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:89:78 Sep 02 01:14:09.655 INFO kablam! | Sep 02 01:14:09.655 INFO kablam! 89 | fn unexpected(&mut self) -> DiagnosticBuilder<'a> { Parser::unexpected::<()>(self).unwrap_err() } Sep 02 01:14:09.655 INFO kablam! | ^^ unexpected type argument Sep 02 01:14:09.655 INFO kablam! Sep 02 01:14:09.664 INFO kablam! error[E0599]: no method named `unwrap_err` found for type `rustc_errors::DiagnosticBuilder<'_>` in the current scope Sep 02 01:14:09.664 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:89:88 Sep 02 01:14:09.664 INFO kablam! | Sep 02 01:14:09.664 INFO kablam! 89 | fn unexpected(&mut self) -> DiagnosticBuilder<'a> { Parser::unexpected::<()>(self).unwrap_err() } Sep 02 01:14:09.664 INFO kablam! | ^^^^^^^^^^ Sep 02 01:14:09.664 INFO kablam! Sep 02 01:14:09.664 INFO kablam! error[E0107]: wrong number of type arguments: expected 0, found 1 Sep 02 01:14:09.664 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:91:35 Sep 02 01:14:09.664 INFO kablam! | Sep 02 01:14:09.664 INFO kablam! 91 | Parser::unexpected_last::<()>(self, tok).unwrap_err() Sep 02 01:14:09.664 INFO kablam! | ^^ unexpected type argument Sep 02 01:14:09.664 INFO kablam! Sep 02 01:14:09.673 INFO kablam! error[E0599]: no method named `unwrap_err` found for type `rustc_errors::DiagnosticBuilder<'_>` in the current scope Sep 02 01:14:09.673 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:91:50 Sep 02 01:14:09.673 INFO kablam! | Sep 02 01:14:09.673 INFO kablam! 91 | Parser::unexpected_last::<()>(self, tok).unwrap_err() Sep 02 01:14:09.673 INFO kablam! | ^^^^^^^^^^ Sep 02 01:14:09.673 INFO kablam! Sep 02 01:14:09.673 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 02 01:14:09.673 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:101:9 Sep 02 01:14:09.673 INFO kablam! | Sep 02 01:14:09.673 INFO kablam! 101 | token::Ident(id) if id.name == token => { Sep 02 01:14:09.673 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 02 01:14:09.674 INFO kablam! Sep 02 01:14:09.679 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 02 01:14:09.679 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:117:13 Sep 02 01:14:09.679 INFO kablam! | Sep 02 01:14:09.679 INFO kablam! 117 | token::Ident(id) if id.name == prop => { Sep 02 01:14:09.679 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 02 01:14:09.679 INFO kablam! Sep 02 01:14:09.699 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 02 01:14:09.699 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:233:9 Sep 02 01:14:09.699 INFO kablam! | Sep 02 01:14:09.699 INFO kablam! 233 | token::Ident(id) => match env.get(&id.name).cloned() { Sep 02 01:14:09.699 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 02 01:14:09.699 INFO kablam! Sep 02 01:14:09.747 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 02 01:14:09.747 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:380:13 Sep 02 01:14:09.747 INFO kablam! | Sep 02 01:14:09.747 INFO kablam! 380 | token::Ident(id) => { Sep 02 01:14:09.747 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 02 01:14:09.748 INFO kablam! Sep 02 01:14:09.851 INFO kablam! error: aborting due to 23 previous errors Sep 02 01:14:09.852 INFO kablam! Sep 02 01:14:09.852 INFO kablam! Some errors occurred: E0023, E0061, E0107, E0308, E0432, E0599, E0603. Sep 02 01:14:09.852 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 02 01:14:09.871 INFO kablam! error: Could not compile `rustlex_codegen`. Sep 02 01:14:09.871 INFO kablam! Sep 02 01:14:09.871 INFO kablam! To learn more, run the command again with --verbose. Sep 02 01:14:09.873 INFO kablam! su: No module specific data is present Sep 02 01:14:10.387 INFO running `"docker" "rm" "-f" "bda055c57bf32a8cb8b8ab7158a7dce1a8aaa12dec2dc4c901d930e0d17a4d2f"` Sep 02 01:14:10.564 INFO blam! bda055c57bf32a8cb8b8ab7158a7dce1a8aaa12dec2dc4c901d930e0d17a4d2f