Sep 06 00:40:43.599 INFO checking rustlex-0.4.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 00:40:43.599 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 00:40:43.599 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:40:43.731 INFO blam! 1682dddcf2e40910f5ddf60cebcbaabd916ce08f768119e2740412a7e59a8da1 Sep 06 00:40:43.733 INFO running `"docker" "start" "-a" "1682dddcf2e40910f5ddf60cebcbaabd916ce08f768119e2740412a7e59a8da1"` Sep 06 00:40:44.466 INFO kablam! usermod: no changes Sep 06 00:40:44.600 INFO kablam! Checking bit-vec v0.4.4 Sep 06 00:40:44.606 INFO kablam! Checking cfg-if v0.1.5 Sep 06 00:40:44.606 INFO kablam! Checking bit-vec v0.5.0 Sep 06 00:40:44.606 INFO kablam! Compiling rustlex_fsa v0.4.0 Sep 06 00:40:44.930 INFO kablam! Checking log v0.4.5 Sep 06 00:40:45.259 INFO kablam! Checking bit-set v0.4.0 Sep 06 00:40:45.755 INFO kablam! Compiling rustlex_codegen v0.4.0 Sep 06 00:40:45.798 INFO kablam! Checking log v0.3.9 Sep 06 00:40:45.890 INFO kablam! Checking bit-set v0.5.0 Sep 06 00:40:47.820 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 00:40:47.820 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/lib.rs:12:13 Sep 06 00:40:47.820 INFO kablam! | Sep 06 00:40:47.820 INFO kablam! 12 | use syntax::codemap::Span; Sep 06 00:40:47.820 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 06 00:40:47.820 INFO kablam! Sep 06 00:40:47.826 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 00:40:47.826 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:7:13 Sep 06 00:40:47.826 INFO kablam! | Sep 06 00:40:47.826 INFO kablam! 7 | use syntax::codemap::{Span, Spanned}; Sep 06 00:40:47.826 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 06 00:40:47.826 INFO kablam! Sep 06 00:40:47.826 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 06 00:40:47.826 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:13:19 Sep 06 00:40:47.826 INFO kablam! | Sep 06 00:40:47.826 INFO kablam! 13 | use syntax::util::small_vector::SmallVector; Sep 06 00:40:47.826 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 06 00:40:47.826 INFO kablam! Sep 06 00:40:47.826 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 00:40:47.826 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/lexer.rs:9:13 Sep 06 00:40:47.826 INFO kablam! | Sep 06 00:40:47.826 INFO kablam! 9 | use syntax::codemap::Span; Sep 06 00:40:47.826 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 06 00:40:47.826 INFO kablam! Sep 06 00:40:47.826 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 00:40:47.826 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:15:13 Sep 06 00:40:47.826 INFO kablam! | Sep 06 00:40:47.826 INFO kablam! 15 | use syntax::codemap::Span; Sep 06 00:40:47.826 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 06 00:40:47.826 INFO kablam! Sep 06 00:40:47.846 INFO kablam! error[E0603]: function `char_lit` is private Sep 06 00:40:47.846 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:152:26 Sep 06 00:40:47.846 INFO kablam! | Sep 06 00:40:47.846 INFO kablam! 152 | let ch = parse::char_lit(&*i.as_str(), None).0; Sep 06 00:40:47.846 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 06 00:40:47.846 INFO kablam! Sep 06 00:40:47.846 INFO kablam! error[E0603]: function `char_lit` is private Sep 06 00:40:47.846 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:160:33 Sep 06 00:40:47.846 INFO kablam! | Sep 06 00:40:47.846 INFO kablam! 160 | parse::char_lit(&*ch.as_str(), None).0, Sep 06 00:40:47.846 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 06 00:40:47.846 INFO kablam! Sep 06 00:40:47.846 INFO kablam! error[E0603]: function `char_lit` is private Sep 06 00:40:47.846 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:222:29 Sep 06 00:40:47.846 INFO kablam! | Sep 06 00:40:47.846 INFO kablam! 222 | regex::Char(parse::char_lit(&*ch.as_str(), None).0) Sep 06 00:40:47.846 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 06 00:40:47.846 INFO kablam! Sep 06 00:40:48.066 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 06 00:40:48.066 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:97:9 Sep 06 00:40:48.066 INFO kablam! | Sep 06 00:40:48.066 INFO kablam! 97 | / attr::mk_list_item( Sep 06 00:40:48.066 INFO kablam! 98 | | Symbol::intern("allow"), Sep 06 00:40:48.066 INFO kablam! 99 | | vec![span(sp, ast::NestedMetaItemKind::MetaItem( Sep 06 00:40:48.066 INFO kablam! 100 | | attr::mk_word_item(Symbol::intern("missing_docs")) Sep 06 00:40:48.066 INFO kablam! 101 | | ))] Sep 06 00:40:48.066 INFO kablam! 102 | | ) Sep 06 00:40:48.066 INFO kablam! | |_________^ expected 3 parameters Sep 06 00:40:48.066 INFO kablam! Sep 06 00:40:48.334 INFO kablam! error[E0308]: mismatched types Sep 06 00:40:48.334 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:100:36 Sep 06 00:40:48.334 INFO kablam! | Sep 06 00:40:48.334 INFO kablam! 100 | attr::mk_word_item(Symbol::intern("missing_docs")) Sep 06 00:40:48.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Ident`, found struct `syntax::ast::Symbol` Sep 06 00:40:48.334 INFO kablam! | Sep 06 00:40:48.334 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 06 00:40:48.334 INFO kablam! found type `syntax::ast::Symbol` Sep 06 00:40:48.334 INFO kablam! Sep 06 00:40:48.341 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 06 00:40:48.341 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:113:21 Sep 06 00:40:48.341 INFO kablam! | Sep 06 00:40:48.341 INFO kablam! 113 | ast::GenericParam::Type(cx.typaram( Sep 06 00:40:48.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 06 00:40:48.341 INFO kablam! Sep 06 00:40:48.346 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 06 00:40:48.346 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:116:32 Sep 06 00:40:48.346 INFO kablam! | Sep 06 00:40:48.346 INFO kablam! 116 | cx.typarambound(cx.path_global(sp, vec![ Sep 06 00:40:48.346 INFO kablam! | ^^^^^^^^^^^^ Sep 06 00:40:48.354 INFO kablam! Sep 06 00:40:48.522 INFO kablam! error[E0308]: mismatched types Sep 06 00:40:48.522 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:192:9 Sep 06 00:40:48.522 INFO kablam! | Sep 06 00:40:48.522 INFO kablam! 192 | cx.expr_usize(sp, 256))); Sep 06 00:40:48.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 06 00:40:48.522 INFO kablam! | Sep 06 00:40:48.522 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 06 00:40:48.522 INFO kablam! found type `syntax::ptr::P` Sep 06 00:40:48.522 INFO kablam! Sep 06 00:40:48.722 INFO kablam! error[E0308]: mismatched types Sep 06 00:40:48.722 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:206:9 Sep 06 00:40:48.722 INFO kablam! | Sep 06 00:40:48.722 INFO kablam! 206 | cx.expr_usize(sp, lex.auto.states.len()) Sep 06 00:40:48.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 06 00:40:48.722 INFO kablam! | Sep 06 00:40:48.722 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 06 00:40:48.722 INFO kablam! found type `syntax::ptr::P` Sep 06 00:40:48.722 INFO kablam! Sep 06 00:40:48.870 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 00:40:48.870 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/lib.rs:12:13 Sep 06 00:40:48.870 INFO kablam! | Sep 06 00:40:48.870 INFO kablam! 12 | use syntax::codemap::Span; Sep 06 00:40:48.870 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 06 00:40:48.870 INFO kablam! Sep 06 00:40:48.870 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 00:40:48.870 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:7:13 Sep 06 00:40:48.870 INFO kablam! | Sep 06 00:40:48.870 INFO kablam! 7 | use syntax::codemap::{Span, Spanned}; Sep 06 00:40:48.870 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 06 00:40:48.870 INFO kablam! Sep 06 00:40:48.870 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 06 00:40:48.870 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:13:19 Sep 06 00:40:48.870 INFO kablam! | Sep 06 00:40:48.870 INFO kablam! 13 | use syntax::util::small_vector::SmallVector; Sep 06 00:40:48.870 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 06 00:40:48.870 INFO kablam! Sep 06 00:40:48.870 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 00:40:48.870 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/lexer.rs:9:13 Sep 06 00:40:48.870 INFO kablam! | Sep 06 00:40:48.870 INFO kablam! 9 | use syntax::codemap::Span; Sep 06 00:40:48.870 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 06 00:40:48.870 INFO kablam! Sep 06 00:40:48.870 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 06 00:40:48.870 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:15:13 Sep 06 00:40:48.870 INFO kablam! | Sep 06 00:40:48.870 INFO kablam! 15 | use syntax::codemap::Span; Sep 06 00:40:48.870 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 06 00:40:48.870 INFO kablam! Sep 06 00:40:48.891 INFO kablam! error[E0308]: mismatched types Sep 06 00:40:48.891 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:231:9 Sep 06 00:40:48.891 INFO kablam! | Sep 06 00:40:48.891 INFO kablam! 231 | cx.expr_usize(sp, lex.auto.states.len()) Sep 06 00:40:48.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 06 00:40:48.891 INFO kablam! | Sep 06 00:40:48.891 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 06 00:40:48.891 INFO kablam! found type `syntax::ptr::P` Sep 06 00:40:48.891 INFO kablam! Sep 06 00:40:48.918 INFO kablam! error[E0603]: function `char_lit` is private Sep 06 00:40:48.918 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:152:26 Sep 06 00:40:48.918 INFO kablam! | Sep 06 00:40:48.918 INFO kablam! 152 | let ch = parse::char_lit(&*i.as_str(), None).0; Sep 06 00:40:48.918 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 06 00:40:48.918 INFO kablam! Sep 06 00:40:48.918 INFO kablam! error[E0603]: function `char_lit` is private Sep 06 00:40:48.918 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:160:33 Sep 06 00:40:48.918 INFO kablam! | Sep 06 00:40:48.918 INFO kablam! 160 | parse::char_lit(&*ch.as_str(), None).0, Sep 06 00:40:48.918 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 06 00:40:48.918 INFO kablam! Sep 06 00:40:48.918 INFO kablam! error[E0603]: function `char_lit` is private Sep 06 00:40:48.918 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:222:29 Sep 06 00:40:48.918 INFO kablam! | Sep 06 00:40:48.918 INFO kablam! 222 | regex::Char(parse::char_lit(&*ch.as_str(), None).0) Sep 06 00:40:48.918 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 06 00:40:48.918 INFO kablam! Sep 06 00:40:49.010 INFO kablam! error[E0107]: wrong number of type arguments: expected 0, found 1 Sep 06 00:40:49.010 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:89:78 Sep 06 00:40:49.010 INFO kablam! | Sep 06 00:40:49.010 INFO kablam! 89 | fn unexpected(&mut self) -> DiagnosticBuilder<'a> { Parser::unexpected::<()>(self).unwrap_err() } Sep 06 00:40:49.010 INFO kablam! | ^^ unexpected type argument Sep 06 00:40:49.010 INFO kablam! Sep 06 00:40:49.018 INFO kablam! error[E0599]: no method named `unwrap_err` found for type `rustc_errors::DiagnosticBuilder<'_>` in the current scope Sep 06 00:40:49.018 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:89:88 Sep 06 00:40:49.018 INFO kablam! | Sep 06 00:40:49.018 INFO kablam! 89 | fn unexpected(&mut self) -> DiagnosticBuilder<'a> { Parser::unexpected::<()>(self).unwrap_err() } Sep 06 00:40:49.018 INFO kablam! | ^^^^^^^^^^ Sep 06 00:40:49.018 INFO kablam! Sep 06 00:40:49.018 INFO kablam! error[E0107]: wrong number of type arguments: expected 0, found 1 Sep 06 00:40:49.018 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:91:35 Sep 06 00:40:49.018 INFO kablam! | Sep 06 00:40:49.018 INFO kablam! 91 | Parser::unexpected_last::<()>(self, tok).unwrap_err() Sep 06 00:40:49.018 INFO kablam! | ^^ unexpected type argument Sep 06 00:40:49.018 INFO kablam! Sep 06 00:40:49.026 INFO kablam! error[E0599]: no method named `unwrap_err` found for type `rustc_errors::DiagnosticBuilder<'_>` in the current scope Sep 06 00:40:49.026 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:91:50 Sep 06 00:40:49.026 INFO kablam! | Sep 06 00:40:49.026 INFO kablam! 91 | Parser::unexpected_last::<()>(self, tok).unwrap_err() Sep 06 00:40:49.026 INFO kablam! | ^^^^^^^^^^ Sep 06 00:40:49.026 INFO kablam! Sep 06 00:40:49.026 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 06 00:40:49.026 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:101:9 Sep 06 00:40:49.026 INFO kablam! | Sep 06 00:40:49.026 INFO kablam! 101 | token::Ident(id) if id.name == token => { Sep 06 00:40:49.026 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 06 00:40:49.026 INFO kablam! Sep 06 00:40:49.026 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 06 00:40:49.026 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:117:13 Sep 06 00:40:49.026 INFO kablam! | Sep 06 00:40:49.026 INFO kablam! 117 | token::Ident(id) if id.name == prop => { Sep 06 00:40:49.026 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 06 00:40:49.026 INFO kablam! Sep 06 00:40:49.032 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 06 00:40:49.033 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:233:9 Sep 06 00:40:49.033 INFO kablam! | Sep 06 00:40:49.033 INFO kablam! 233 | token::Ident(id) => match env.get(&id.name).cloned() { Sep 06 00:40:49.033 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 06 00:40:49.033 INFO kablam! Sep 06 00:40:49.067 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 06 00:40:49.067 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:380:13 Sep 06 00:40:49.067 INFO kablam! | Sep 06 00:40:49.067 INFO kablam! 380 | token::Ident(id) => { Sep 06 00:40:49.067 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 06 00:40:49.067 INFO kablam! Sep 06 00:40:49.146 INFO kablam! error: aborting due to 23 previous errors Sep 06 00:40:49.146 INFO kablam! Sep 06 00:40:49.146 INFO kablam! Some errors occurred: E0023, E0061, E0107, E0308, E0432, E0599, E0603. Sep 06 00:40:49.146 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 06 00:40:49.158 INFO kablam! error: Could not compile `rustlex_codegen`. Sep 06 00:40:49.158 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 00:40:49.241 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 06 00:40:49.241 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:97:9 Sep 06 00:40:49.241 INFO kablam! | Sep 06 00:40:49.241 INFO kablam! 97 | / attr::mk_list_item( Sep 06 00:40:49.241 INFO kablam! 98 | | Symbol::intern("allow"), Sep 06 00:40:49.241 INFO kablam! 99 | | vec![span(sp, ast::NestedMetaItemKind::MetaItem( Sep 06 00:40:49.241 INFO kablam! 100 | | attr::mk_word_item(Symbol::intern("missing_docs")) Sep 06 00:40:49.241 INFO kablam! 101 | | ))] Sep 06 00:40:49.241 INFO kablam! 102 | | ) Sep 06 00:40:49.241 INFO kablam! | |_________^ expected 3 parameters Sep 06 00:40:49.241 INFO kablam! Sep 06 00:40:49.582 INFO kablam! error[E0308]: mismatched types Sep 06 00:40:49.582 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:100:36 Sep 06 00:40:49.582 INFO kablam! | Sep 06 00:40:49.582 INFO kablam! 100 | attr::mk_word_item(Symbol::intern("missing_docs")) Sep 06 00:40:49.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Ident`, found struct `syntax::ast::Symbol` Sep 06 00:40:49.582 INFO kablam! | Sep 06 00:40:49.582 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 06 00:40:49.582 INFO kablam! found type `syntax::ast::Symbol` Sep 06 00:40:49.582 INFO kablam! Sep 06 00:40:49.590 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 06 00:40:49.590 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:113:21 Sep 06 00:40:49.590 INFO kablam! | Sep 06 00:40:49.590 INFO kablam! 113 | ast::GenericParam::Type(cx.typaram( Sep 06 00:40:49.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 06 00:40:49.590 INFO kablam! Sep 06 00:40:49.598 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 06 00:40:49.598 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:116:32 Sep 06 00:40:49.598 INFO kablam! | Sep 06 00:40:49.598 INFO kablam! 116 | cx.typarambound(cx.path_global(sp, vec![ Sep 06 00:40:49.598 INFO kablam! | ^^^^^^^^^^^^ Sep 06 00:40:49.598 INFO kablam! Sep 06 00:40:49.814 INFO kablam! error[E0308]: mismatched types Sep 06 00:40:49.814 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:192:9 Sep 06 00:40:49.814 INFO kablam! | Sep 06 00:40:49.814 INFO kablam! 192 | cx.expr_usize(sp, 256))); Sep 06 00:40:49.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 06 00:40:49.814 INFO kablam! | Sep 06 00:40:49.814 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 06 00:40:49.814 INFO kablam! found type `syntax::ptr::P` Sep 06 00:40:49.814 INFO kablam! Sep 06 00:40:50.026 INFO kablam! error[E0308]: mismatched types Sep 06 00:40:50.026 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:206:9 Sep 06 00:40:50.026 INFO kablam! | Sep 06 00:40:50.026 INFO kablam! 206 | cx.expr_usize(sp, lex.auto.states.len()) Sep 06 00:40:50.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 06 00:40:50.026 INFO kablam! | Sep 06 00:40:50.026 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 06 00:40:50.026 INFO kablam! found type `syntax::ptr::P` Sep 06 00:40:50.026 INFO kablam! Sep 06 00:40:50.186 INFO kablam! error[E0308]: mismatched types Sep 06 00:40:50.186 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/codegen.rs:231:9 Sep 06 00:40:50.186 INFO kablam! | Sep 06 00:40:50.186 INFO kablam! 231 | cx.expr_usize(sp, lex.auto.states.len()) Sep 06 00:40:50.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::AnonConst`, found struct `syntax::ptr::P` Sep 06 00:40:50.186 INFO kablam! | Sep 06 00:40:50.186 INFO kablam! = note: expected type `syntax::ast::AnonConst` Sep 06 00:40:50.186 INFO kablam! found type `syntax::ptr::P` Sep 06 00:40:50.186 INFO kablam! Sep 06 00:40:50.306 INFO kablam! error[E0107]: wrong number of type arguments: expected 0, found 1 Sep 06 00:40:50.306 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:89:78 Sep 06 00:40:50.306 INFO kablam! | Sep 06 00:40:50.306 INFO kablam! 89 | fn unexpected(&mut self) -> DiagnosticBuilder<'a> { Parser::unexpected::<()>(self).unwrap_err() } Sep 06 00:40:50.306 INFO kablam! | ^^ unexpected type argument Sep 06 00:40:50.306 INFO kablam! Sep 06 00:40:50.314 INFO kablam! error[E0599]: no method named `unwrap_err` found for type `rustc_errors::DiagnosticBuilder<'_>` in the current scope Sep 06 00:40:50.314 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:89:88 Sep 06 00:40:50.314 INFO kablam! | Sep 06 00:40:50.314 INFO kablam! 89 | fn unexpected(&mut self) -> DiagnosticBuilder<'a> { Parser::unexpected::<()>(self).unwrap_err() } Sep 06 00:40:50.314 INFO kablam! | ^^^^^^^^^^ Sep 06 00:40:50.314 INFO kablam! Sep 06 00:40:50.314 INFO kablam! error[E0107]: wrong number of type arguments: expected 0, found 1 Sep 06 00:40:50.314 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:91:35 Sep 06 00:40:50.314 INFO kablam! | Sep 06 00:40:50.314 INFO kablam! 91 | Parser::unexpected_last::<()>(self, tok).unwrap_err() Sep 06 00:40:50.314 INFO kablam! | ^^ unexpected type argument Sep 06 00:40:50.314 INFO kablam! Sep 06 00:40:50.315 INFO kablam! error[E0599]: no method named `unwrap_err` found for type `rustc_errors::DiagnosticBuilder<'_>` in the current scope Sep 06 00:40:50.315 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:91:50 Sep 06 00:40:50.315 INFO kablam! | Sep 06 00:40:50.315 INFO kablam! 91 | Parser::unexpected_last::<()>(self, tok).unwrap_err() Sep 06 00:40:50.315 INFO kablam! | ^^^^^^^^^^ Sep 06 00:40:50.315 INFO kablam! Sep 06 00:40:50.315 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 06 00:40:50.315 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:101:9 Sep 06 00:40:50.315 INFO kablam! | Sep 06 00:40:50.315 INFO kablam! 101 | token::Ident(id) if id.name == token => { Sep 06 00:40:50.315 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 06 00:40:50.315 INFO kablam! Sep 06 00:40:50.322 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 06 00:40:50.322 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:117:13 Sep 06 00:40:50.322 INFO kablam! | Sep 06 00:40:50.322 INFO kablam! 117 | token::Ident(id) if id.name == prop => { Sep 06 00:40:50.322 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 06 00:40:50.322 INFO kablam! Sep 06 00:40:50.326 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 06 00:40:50.326 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:233:9 Sep 06 00:40:50.326 INFO kablam! | Sep 06 00:40:50.326 INFO kablam! 233 | token::Ident(id) => match env.get(&id.name).cloned() { Sep 06 00:40:50.326 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 06 00:40:50.326 INFO kablam! Sep 06 00:40:50.341 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 06 00:40:50.341 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustlex_codegen-0.4.0/parser.rs:380:13 Sep 06 00:40:50.341 INFO kablam! | Sep 06 00:40:50.341 INFO kablam! 380 | token::Ident(id) => { Sep 06 00:40:50.341 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 06 00:40:50.341 INFO kablam! Sep 06 00:40:50.402 INFO kablam! error: aborting due to 23 previous errors Sep 06 00:40:50.402 INFO kablam! Sep 06 00:40:50.402 INFO kablam! Some errors occurred: E0023, E0061, E0107, E0308, E0432, E0599, E0603. Sep 06 00:40:50.402 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 06 00:40:50.415 INFO kablam! error: Could not compile `rustlex_codegen`. Sep 06 00:40:50.415 INFO kablam! Sep 06 00:40:50.415 INFO kablam! To learn more, run the command again with --verbose. Sep 06 00:40:50.415 INFO kablam! su: No module specific data is present Sep 06 00:40:51.073 INFO running `"docker" "rm" "-f" "1682dddcf2e40910f5ddf60cebcbaabd916ce08f768119e2740412a7e59a8da1"` Sep 06 00:40:51.190 INFO blam! 1682dddcf2e40910f5ddf60cebcbaabd916ce08f768119e2740412a7e59a8da1