[INFO] cloning repository https://github.com/besok/rusty_wren
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/besok/rusty_wren" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbesok%2Frusty_wren", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbesok%2Frusty_wren'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 35bf3ba8b8832650a866959815862b420d1b7f04
[INFO] testing besok/rusty_wren against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbesok%2Frusty_wren" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/besok/rusty_wren
[INFO] finished tweaking git repo https://github.com/besok/rusty_wren
[INFO] tweaked toml for git repo https://github.com/besok/rusty_wren written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/besok/rusty_wren on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/besok/rusty_wren already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded beef v0.5.2
[INFO] [stderr]   Downloaded logos-derive v0.12.1
[INFO] [stderr]   Downloaded logos v0.12.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 44b4f0eca59c47b272088c81d8ac5467c2a2acb07a17dde63189b3a9ac0b2c55
[INFO] running `Command { std: "docker" "start" "-a" "44b4f0eca59c47b272088c81d8ac5467c2a2acb07a17dde63189b3a9ac0b2c55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "44b4f0eca59c47b272088c81d8ac5467c2a2acb07a17dde63189b3a9ac0b2c55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44b4f0eca59c47b272088c81d8ac5467c2a2acb07a17dde63189b3a9ac0b2c55", kill_on_drop: false }`
[INFO] [stdout] 44b4f0eca59c47b272088c81d8ac5467c2a2acb07a17dde63189b3a9ac0b2c55
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8744bf5509ba55fa3482fb704dd9c7a86c901818f304d90903934d67e33a2bd3
[INFO] running `Command { std: "docker" "start" "-a" "8744bf5509ba55fa3482fb704dd9c7a86c901818f304d90903934d67e33a2bd3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling logos-derive v0.12.1
[INFO] [stderr]    Compiling logos v0.12.1
[INFO] [stderr]    Compiling rusty_wren v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::parser::lexer::Token::Class`
[INFO] [stdout]  --> src/parser/parser.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::parser::lexer::Token::Class;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::borrow::Borrow`
[INFO] [stdout]  --> src/parser/parser.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::borrow::Borrow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]   --> src/parser/parser.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::collections::HashMap;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::iter::Map`
[INFO] [stdout]   --> src/parser/parser.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::iter::Map;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> src/parser/ast.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::iter::Map`
[INFO] [stdout]  --> src/parser/ast.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::iter::Map;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::Range`
[INFO] [stdout]  --> src/parser/lexer.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::Range;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::num::ParseIntError`
[INFO] [stdout]  --> src/parser/lexer.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::num::ParseIntError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::parser::lexer::Token`
[INFO] [stdout]  --> src/parser/result.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::parser::lexer::Token;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::error::Error`
[INFO] [stdout]  --> src/parser/lexer.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::error::Error;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `r`
[INFO] [stdout]    --> src/parser/parser.rs:639:23
[INFO] [stdout]     |
[INFO] [stdout] 639 |                 .map(|r| ClassBodyType::ForeignStatic)
[INFO] [stdout]     |                       ^ help: if this is intentional, prefix it with an underscore: `_r`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `r`
[INFO] [stdout]    --> src/parser/parser.rs:644:31
[INFO] [stdout]     |
[INFO] [stdout] 644 |                         .map(|r| ClassBodyType::ForeignStatic)
[INFO] [stdout]     |                               ^ help: if this is intentional, prefix it with an underscore: `_r`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParseError` is never used
[INFO] [stdout]   --> src/parser/mod.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum ParseError<'a> {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CypherParser` is never constructed
[INFO] [stdout]   --> src/parser/parser.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct CypherParser<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `token`, `one_or_more`, `zero_or_more`, and `validate_eof` are never used
[INFO] [stdout]   --> src/parser/parser.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl<'a> CypherParser<'a> {
[INFO] [stdout]    | ------------------------- associated items in this implementation
[INFO] [stdout] 18 |     pub fn new(src: &'a str) -> Result<Self, ParseError> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub fn token(&self, pos: usize) -> Result<(&Token<'a>, usize), ParseError<'a>> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn one_or_more<T, Then>(&self, pos: usize, then: Then) -> ParseResult<'a, Vec<T>>
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn zero_or_more<T, Then>(&self, pos: usize, then: Then) -> ParseResult<'a, Vec<T>>
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn validate_eof<T>(&self, res: ParseResult<'a, T>) -> ParseResult<'a, T> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/parser/parser.rs:55:12
[INFO] [stdout]     |
[INFO] [stdout]  54 | impl<'a> CypherParser<'a> {
[INFO] [stdout]     | ------------------------- methods in this implementation
[INFO] [stdout]  55 |     pub fn id(&self, pos: usize) -> ParseResult<'a, Id<'a>> {
[INFO] [stdout]     |            ^^
[INFO] [stdout] ...
[INFO] [stdout]  60 |     pub fn number(&self, pos: usize) -> ParseResult<'a, Number> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  65 |     pub fn null(&self, pos: usize) -> ParseResult<'a, AtomExpression<'a>> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  68 |     pub fn bool(&self, pos: usize) -> ParseResult<'a, AtomExpression<'a>> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  74 |     pub fn char(&self, pos: usize) -> ParseResult<'a, AtomExpression<'a>> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  79 |     pub fn string(&self, pos: usize) -> ParseResult<'a, &'a str> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  85 |     pub fn number_expr(&self, pos: usize) -> ParseResult<'a, AtomExpression<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  89 |     pub fn map_init(&self, pos: usize) -> ParseResult<'a, AtomExpression<'a>> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 |     pub fn list_init(&self, pos: usize) -> ParseResult<'a, Enumeration<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 |     pub fn elvis(&self, pos: usize) -> ParseResult<'a, Elvis<'a>> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |     pub fn expression(&self, pos: usize) -> ParseResult<'a, Expression<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 |     pub fn enumeration(&self, pos: usize) -> ParseResult<'a, Enumeration<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 167 |     pub fn statement(&self, pos: usize) -> ParseResult<'a, Statement<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 |     pub fn file_unit(&self, pos: usize) -> ParseResult<'a, Unit<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 |     pub fn script(&self, pos: usize) -> ParseResult<'a, Script<'a>> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     pub fn assignment(&self, pos: usize) -> ParseResult<'a, Assignment<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 |     pub fn assignment_null(&self, pos: usize) -> ParseResult<'a, AssignmentNull<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 252 |     pub fn if_statement(&self, pos: usize) -> ParseResult<'a, If<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 278 |     pub fn block(&self, pos: usize) -> ParseResult<'a, Block<'a>> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 293 |     pub fn params(&self, pos: usize) -> ParseResult<'a, Params<'a>> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 300 |     pub fn call(&self, pos: usize) -> ParseResult<'a, Call<'a>> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 |     pub fn collection_elem(&self, pos: usize) -> ParseResult<'a, AtomExpression<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 335 |     pub fn import_variable(&self, pos: usize) -> ParseResult<'a, ImportVariable<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 342 |     pub fn import_module(&self, pos: usize) -> ParseResult<'a, ImportModule<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 358 |     pub fn range(&self, pos: usize) -> ParseResult<'a, Range<'a>> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 382 |     pub fn atom(&self, pos: usize) -> ParseResult<'a, AtomExpression<'a>> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 407 |     pub fn function(&self, pos: usize) -> ParseResult<'a, Function<'a>> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 426 |     pub fn logic_atom(&self, pos: usize) -> ParseResult<'a, Logic<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 441 |     pub fn compound_expr(&self, pos: usize) -> ParseResult<'a, CompoundExpression<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 467 |     pub fn logic(&self, pos: usize) -> ParseResult<'a, Logic<'a>> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 499 |     pub fn arith(&self, pos: usize) -> ParseResult<'a, Arithmetic<'a>> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 549 |     pub fn class_statement(&self, pos: usize) -> ParseResult<'a, ClassStatement<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 632 |     pub fn class_body(&self, pos: usize) -> ParseResult<'a, ClassUnit<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 661 |     pub fn attribute(&self, pos: usize) -> ParseResult<'a, Attribute<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 700 |     pub fn one_arg(&self, pos: usize) -> ParseResult<'a, Id<'a>> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 706 |     pub fn while_statement(&self, pos: usize) -> ParseResult<'a, While<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 723 |     pub fn for_statement(&self, pos: usize) -> ParseResult<'a, For<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 740 |     pub fn class_def(&self, pos: usize) -> ParseResult<'a, ClassDefinition<'a>> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EmptyToken` is never constructed
[INFO] [stdout]  --> src/parser/ast.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct EmptyToken {}
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Number` is never used
[INFO] [stdout]  --> src/parser/ast.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub enum Number {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `AtomExpression` is never used
[INFO] [stdout]   --> src/parser/ast.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub enum AtomExpression<'a> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `string_or_default` is never used
[INFO] [stdout]   --> src/parser/ast.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl<'a> AtomExpression<'a> {
[INFO] [stdout]    | --------------------------- method in this implementation
[INFO] [stdout] 34 |     pub fn string_or_default(&self, default: &'a str) -> &'a str {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Params` is never constructed
[INFO] [stdout]   --> src/parser/ast.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct Params<'a> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Id` is never constructed
[INFO] [stdout]   --> src/parser/ast.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub struct Id<'a> {
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Elvis` is never constructed
[INFO] [stdout]   --> src/parser/ast.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub struct Elvis<'a> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Enumeration` is never constructed
[INFO] [stdout]   --> src/parser/ast.rs:59:12
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub struct Enumeration<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/parser/ast.rs:64:12
[INFO] [stdout]    |
[INFO] [stdout] 63 | impl<'a> Enumeration<'a> {
[INFO] [stdout]    | ------------------------ associated function in this implementation
[INFO] [stdout] 64 |     pub fn new(values: Vec<Expression<'a>>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Expression` is never used
[INFO] [stdout]   --> src/parser/ast.rs:70:10
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub enum Expression<'a> {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `CompoundExpression` is never used
[INFO] [stdout]   --> src/parser/ast.rs:78:10
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub enum CompoundExpression<'a>{
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Statement` is never used
[INFO] [stdout]   --> src/parser/ast.rs:87:10
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub enum Statement<'a> {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Block` is never constructed
[INFO] [stdout]   --> src/parser/ast.rs:99:12
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub struct Block<'a> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Call` is never constructed
[INFO] [stdout]    --> src/parser/ast.rs:105:12
[INFO] [stdout]     |
[INFO] [stdout] 105 | pub struct Call<'a> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `just_id` is never used
[INFO] [stdout]    --> src/parser/ast.rs:112:12
[INFO] [stdout]     |
[INFO] [stdout] 111 | impl<'a> Call<'a> {
[INFO] [stdout]     | ----------------- associated function in this implementation
[INFO] [stdout] 112 |     pub fn just_id(id: &'a str) -> Call<'a> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `BlockOrEnum` is never used
[INFO] [stdout]    --> src/parser/ast.rs:122:10
[INFO] [stdout]     |
[INFO] [stdout] 122 | pub enum BlockOrEnum<'a> {
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ImportVariable` is never constructed
[INFO] [stdout]    --> src/parser/ast.rs:129:12
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub struct ImportVariable<'a> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ImportModule` is never constructed
[INFO] [stdout]    --> src/parser/ast.rs:135:12
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub struct ImportModule<'a> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Function` is never constructed
[INFO] [stdout]    --> src/parser/ast.rs:140:12
[INFO] [stdout]     |
[INFO] [stdout] 140 | pub struct Function<'a> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RangeExpression` is never used
[INFO] [stdout]    --> src/parser/ast.rs:147:10
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub enum RangeExpression<'a> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Range` is never constructed
[INFO] [stdout]    --> src/parser/ast.rs:152:12
[INFO] [stdout]     |
[INFO] [stdout] 152 | pub struct Range<'a> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LogicOp` is never used
[INFO] [stdout]    --> src/parser/ast.rs:159:10
[INFO] [stdout]     |
[INFO] [stdout] 159 | pub enum LogicOp {
[INFO] [stdout]     |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AtomLogic` is never constructed
[INFO] [stdout]    --> src/parser/ast.rs:171:12
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub struct AtomLogic<'a> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Logic` is never used
[INFO] [stdout]    --> src/parser/ast.rs:177:10
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub enum Logic<'a> {
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Arithmetic` is never used
[INFO] [stdout]    --> src/parser/ast.rs:183:10
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub enum Arithmetic<'a> {
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `MulSign` is never used
[INFO] [stdout]    --> src/parser/ast.rs:193:10
[INFO] [stdout]     |
[INFO] [stdout] 193 | pub enum MulSign {
[INFO] [stdout]     |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `BitSign` is never used
[INFO] [stdout]    --> src/parser/ast.rs:199:10
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub enum BitSign {
[INFO] [stdout]     |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ClassStatement` is never used
[INFO] [stdout]    --> src/parser/ast.rs:206:10
[INFO] [stdout]     |
[INFO] [stdout] 206 | pub enum ClassStatement<'a> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `GetterLabel` is never used
[INFO] [stdout]    --> src/parser/ast.rs:217:10
[INFO] [stdout]     |
[INFO] [stdout] 217 | pub enum GetterLabel<'a> {
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SetterLabel` is never used
[INFO] [stdout]    --> src/parser/ast.rs:224:10
[INFO] [stdout]     |
[INFO] [stdout] 224 | pub enum SetterLabel {
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Attribute` is never used
[INFO] [stdout]    --> src/parser/ast.rs:246:10
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub enum Attribute<'a> {
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AttributeValue` is never constructed
[INFO] [stdout]    --> src/parser/ast.rs:251:12
[INFO] [stdout]     |
[INFO] [stdout] 251 | pub struct AttributeValue<'a> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ClassBodyType` is never used
[INFO] [stdout]    --> src/parser/ast.rs:257:10
[INFO] [stdout]     |
[INFO] [stdout] 257 | pub enum ClassBodyType {
[INFO] [stdout]     |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ClassUnit` is never constructed
[INFO] [stdout]    --> src/parser/ast.rs:270:12
[INFO] [stdout]     |
[INFO] [stdout] 270 | pub struct ClassUnit<'a> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ClassDefinition` is never constructed
[INFO] [stdout]    --> src/parser/ast.rs:277:12
[INFO] [stdout]     |
[INFO] [stdout] 277 | pub struct ClassDefinition<'a> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `AssignOp` is never used
[INFO] [stdout]    --> src/parser/ast.rs:286:10
[INFO] [stdout]     |
[INFO] [stdout] 286 | pub enum AssignOp {
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Assignment` is never constructed
[INFO] [stdout]    --> src/parser/ast.rs:302:12
[INFO] [stdout]     |
[INFO] [stdout] 302 | pub struct Assignment<'a> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AssignmentNull` is never constructed
[INFO] [stdout]    --> src/parser/ast.rs:309:12
[INFO] [stdout]     |
[INFO] [stdout] 309 | pub struct AssignmentNull<'a> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Rhs` is never used
[INFO] [stdout]    --> src/parser/ast.rs:314:10
[INFO] [stdout]     |
[INFO] [stdout] 314 | pub enum Rhs<'a> {
[INFO] [stdout]     |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IfBranch` is never constructed
[INFO] [stdout]    --> src/parser/ast.rs:321:12
[INFO] [stdout]     |
[INFO] [stdout] 321 | pub struct IfBranch<'a> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `If` is never constructed
[INFO] [stdout]    --> src/parser/ast.rs:327:12
[INFO] [stdout]     |
[INFO] [stdout] 327 | pub struct If<'a> {
[INFO] [stdout]     |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `WhileCond` is never used
[INFO] [stdout]    --> src/parser/ast.rs:333:10
[INFO] [stdout]     |
[INFO] [stdout] 333 | pub enum WhileCond<'a> {
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `While` is never constructed
[INFO] [stdout]    --> src/parser/ast.rs:338:12
[INFO] [stdout]     |
[INFO] [stdout] 338 | pub struct While<'a> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `For` is never constructed
[INFO] [stdout]    --> src/parser/ast.rs:343:12
[INFO] [stdout]     |
[INFO] [stdout] 343 | pub struct For<'a> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Unit` is never used
[INFO] [stdout]    --> src/parser/ast.rs:349:10
[INFO] [stdout]     |
[INFO] [stdout] 349 | pub enum Unit<'a> {
[INFO] [stdout]     |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Script` is never constructed
[INFO] [stdout]    --> src/parser/ast.rs:357:12
[INFO] [stdout]     |
[INFO] [stdout] 357 | pub struct Script<'a> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CypherLexer` is never constructed
[INFO] [stdout]   --> src/parser/lexer.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct CypherLexer<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `token`, and `len` are never used
[INFO] [stdout]   --> src/parser/lexer.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<'a> CypherLexer<'a> {
[INFO] [stdout]    | ------------------------ associated items in this implementation
[INFO] [stdout] 17 |     pub fn new(source: &'a str) -> Result<Self, ParseError> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub fn token(&self, pos: usize) -> Result<(&Token<'a>, usize), ParseError<'a>> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn len(&self) -> usize {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Token` is never used
[INFO] [stdout]   --> src/parser/lexer.rs:47:10
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub enum Token<'a> {
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `number` is never used
[INFO] [stdout]    --> src/parser/lexer.rs:212:4
[INFO] [stdout]     |
[INFO] [stdout] 212 | fn number<'a>(lex: &mut Lexer<'a, Token<'a>>) -> Result<Number, String> {
[INFO] [stdout]     |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `float` is never used
[INFO] [stdout]    --> src/parser/lexer.rs:219:4
[INFO] [stdout]     |
[INFO] [stdout] 219 | fn float<'a>(lex: &mut Lexer<'a, Token<'a>>) -> Result<Number, String> {
[INFO] [stdout]     |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `binary` is never used
[INFO] [stdout]    --> src/parser/lexer.rs:226:4
[INFO] [stdout]     |
[INFO] [stdout] 226 | fn binary<'a>(lex: &mut Lexer<'a, Token<'a>>) -> Result<Number, String> {
[INFO] [stdout]     |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `hex` is never used
[INFO] [stdout]    --> src/parser/lexer.rs:232:4
[INFO] [stdout]     |
[INFO] [stdout] 232 | fn hex<'a>(lex: &mut Lexer<'a, Token<'a>>) -> Result<Number, String> {
[INFO] [stdout]     |    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParseResult` is never used
[INFO] [stdout]   --> src/parser/result.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum ParseResult<'a, T> {
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `take_left` and `take_right` are never used
[INFO] [stdout]   --> src/parser/result.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl<'a, L, R> ParseResult<'a, (L, R)> {
[INFO] [stdout]    | -------------------------------------- methods in this implementation
[INFO] [stdout] 19 |     pub fn take_left(self) -> ParseResult<'a, L> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn take_right(self) -> ParseResult<'a, R> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `merge` is never used
[INFO] [stdout]   --> src/parser/result.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl<'a, L> ParseResult<'a, (L, Vec<L>)> {
[INFO] [stdout]    | ---------------------------------------- method in this implementation
[INFO] [stdout] 28 |     pub fn merge(self) -> ParseResult<'a, Vec<L>> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `merge` is never used
[INFO] [stdout]   --> src/parser/result.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl<'a, L> ParseResult<'a, (Option<L>, Vec<L>)> {
[INFO] [stdout]    | ------------------------------------------------ method in this implementation
[INFO] [stdout] 36 |     pub fn merge(self) -> ParseResult<'a, Vec<L>> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_map` is never used
[INFO] [stdout]   --> src/parser/result.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl<'a, L: Eq + Hash, R> ParseResult<'a, Vec<(L, R)>> {
[INFO] [stdout]    | ------------------------------------------------------ method in this implementation
[INFO] [stdout] 48 |     pub fn to_map(self) -> ParseResult<'a, HashMap<L, R>> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/parser/result.rs:54:12
[INFO] [stdout]     |
[INFO] [stdout]  53 | impl<'a, T> ParseResult<'a, T> {
[INFO] [stdout]     | ------------------------------ methods in this implementation
[INFO] [stdout]  54 |     pub fn then_zip<Res, Then>(self, then: Then) -> ParseResult<'a, (T, Res)>
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  60 |     pub fn then_or_val_zip<Res, Then>(self, then: Then, default: Res) -> ParseResult<'a, (T, Res)>
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  67 |     pub fn then_or_none_zip<Rhs, Then>(self, then: Then) -> ParseResult<'a, (T, Option<Rhs>)>
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  73 |     pub fn then_or_default_zip<Rhs: Default, Then>(self, then: Then) -> ParseResult<'a, (T, Rhs)>
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  80 |     pub fn then_combine<Rhs, Res, Then, Combine>(
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     pub fn then_multi_combine<K, R, Then, Combine>(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub fn then_multi_zip<R, Then>(self, then: Then) -> ParseResult<'a, (T, Vec<R>)>
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 |     pub fn then_or_val_combine<Rhs, Res, Then, Combine>(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub fn then_or_none_combine<Rhs, Res, Then, Combine>(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 |     pub fn then<Rhs, Then>(self, then: Then) -> ParseResult<'a, Rhs>
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     pub fn then_or_val<Rhs, Then>(self, then: Then, default: Rhs) -> ParseResult<'a, Rhs>
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 |     pub fn then_or_default<Rhs: Default, Then>(self, then: Then) -> ParseResult<'a, Rhs>
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |     pub fn then_or_none<Rhs, Then>(self, then: Then) -> ParseResult<'a, Option<Rhs>>
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `debug1_show_last` and `debug_show_last` are never used
[INFO] [stdout]    --> src/parser/result.rs:201:12
[INFO] [stdout]     |
[INFO] [stdout] 200 | impl<'a, Rhs: Debug, Lhs: Debug> ParseResult<'a, (Lhs, Rhs)> {
[INFO] [stdout]     | ------------------------------------------------------------ methods in this implementation
[INFO] [stdout] 201 |     pub fn debug1_show_last(self, prefix: &'a str) -> ParseResult<'a, (Lhs, Rhs)> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |     pub fn debug_show_last(self) -> ParseResult<'a, (Lhs, Rhs)> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `debug`, `debug_show`, `debug1`, and `debug1_show` are never used
[INFO] [stdout]    --> src/parser/result.rs:209:12
[INFO] [stdout]     |
[INFO] [stdout] 208 | impl<'a, T: Debug> ParseResult<'a, T> {
[INFO] [stdout]     | ------------------------------------- methods in this implementation
[INFO] [stdout] 209 |     pub fn debug(self) -> ParseResult<'a, T> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 212 |     pub fn debug_show<Show, To>(self, show: Show) -> ParseResult<'a, T>
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |     pub fn debug1(self, prefix: &'a str) -> ParseResult<'a, T> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 238 |     pub fn debug1_show<Show, To>(self, prefix: &'a str, show: Show) -> ParseResult<'a, T>
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `ok`, `map`, `combine`, and `validate` are never used
[INFO] [stdout]    --> src/parser/result.rs:268:12
[INFO] [stdout]     |
[INFO] [stdout] 267 | impl<'a, T> ParseResult<'a, T> {
[INFO] [stdout]     | ------------------------------ methods in this implementation
[INFO] [stdout] 268 |     pub fn ok(self) -> ParseResult<'a, Option<T>> {
[INFO] [stdout]     |            ^^
[INFO] [stdout] ...
[INFO] [stdout] 271 |     pub fn map<Rhs, Map>(self, mapper: Map) -> ParseResult<'a, Rhs>
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 281 |     pub fn combine<Rhs, Res, Combine>(
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 296 |     pub fn validate<Validation>(self, validate: Validation) -> ParseResult<'a, T>
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `or_val`, `or_none`, `or`, and `or_from` are never used
[INFO] [stdout]    --> src/parser/result.rs:311:12
[INFO] [stdout]     |
[INFO] [stdout] 310 | impl<'a, T> ParseResult<'a, T> {
[INFO] [stdout]     | ------------------------------ methods in this implementation
[INFO] [stdout] 311 |     pub fn or_val(self, default: T) -> ParseResult<'a, T> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 318 |     pub fn or_none(self) -> ParseResult<'a, Option<T>> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 |     pub fn or<Alt>(self, next: Alt) -> ParseResult<'a, T>
[INFO] [stdout]     |            ^^
[INFO] [stdout] ...
[INFO] [stdout] 332 |     pub fn or_from(self, pos: usize) -> Alt<'a, T> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Alt` is never constructed
[INFO] [stdout]    --> src/parser/result.rs:340:12
[INFO] [stdout]     |
[INFO] [stdout] 340 | pub struct Alt<'a, T> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `next` and `or` are never used
[INFO] [stdout]    --> src/parser/result.rs:346:8
[INFO] [stdout]     |
[INFO] [stdout] 345 | impl<'a, T> Alt<'a, T> {
[INFO] [stdout]     | ---------------------- methods in this implementation
[INFO] [stdout] 346 |     fn next<Next>(self, next: Next) -> Alt<'a, T>
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 356 |     pub fn or<Next>(self, next: Next) -> Alt<'a, T>
[INFO] [stdout]     |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/parser.rs:18:22
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(src: &'a str) -> Result<Self, ParseError> {
[INFO] [stdout]    |                      ^^                      ---------- the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(src: &'a str) -> Result<Self, ParseError<'a>> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/lexer.rs:17:25
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new(source: &'a str) -> Result<Self, ParseError> {
[INFO] [stdout]    |                         ^^                      ---------- the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new(source: &'a str) -> Result<Self, ParseError<'a>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
[INFO] running `Command { std: "docker" "inspect" "8744bf5509ba55fa3482fb704dd9c7a86c901818f304d90903934d67e33a2bd3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8744bf5509ba55fa3482fb704dd9c7a86c901818f304d90903934d67e33a2bd3", kill_on_drop: false }`
[INFO] [stdout] 8744bf5509ba55fa3482fb704dd9c7a86c901818f304d90903934d67e33a2bd3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8fe69c7415ce1c4b22b16eca8808fbc4cd5a30d524a462b85981ae1c80f15f25
[INFO] running `Command { std: "docker" "start" "-a" "8fe69c7415ce1c4b22b16eca8808fbc4cd5a30d524a462b85981ae1c80f15f25", kill_on_drop: false }`
[INFO] [stderr]    Compiling rusty_wren v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::parser::lexer::Token::Class`
[INFO] [stdout]  --> src/parser/parser.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::parser::lexer::Token::Class;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::borrow::Borrow`
[INFO] [stdout]  --> src/parser/parser.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::borrow::Borrow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]   --> src/parser/parser.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::collections::HashMap;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::iter::Map`
[INFO] [stdout]   --> src/parser/parser.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::iter::Map;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> src/parser/ast.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::iter::Map`
[INFO] [stdout]  --> src/parser/ast.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::iter::Map;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::Range`
[INFO] [stdout]  --> src/parser/lexer.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::Range;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::num::ParseIntError`
[INFO] [stdout]  --> src/parser/lexer.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::num::ParseIntError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::parser::lexer::Token`
[INFO] [stdout]  --> src/parser/result.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::parser::lexer::Token;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::error::Error`
[INFO] [stdout]  --> src/parser/lexer.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::error::Error;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `r`
[INFO] [stdout]    --> src/parser/parser.rs:639:23
[INFO] [stdout]     |
[INFO] [stdout] 639 |                 .map(|r| ClassBodyType::ForeignStatic)
[INFO] [stdout]     |                       ^ help: if this is intentional, prefix it with an underscore: `_r`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `r`
[INFO] [stdout]    --> src/parser/parser.rs:644:31
[INFO] [stdout]     |
[INFO] [stdout] 644 |                         .map(|r| ClassBodyType::ForeignStatic)
[INFO] [stdout]     |                               ^ help: if this is intentional, prefix it with an underscore: `_r`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]   --> src/parser/tests/parser/mod.rs:34:30
[INFO] [stdout]    |
[INFO] [stdout] 34 |         ParseResult::Success(v, pos) => assert_eq!(pos, expect),
[INFO] [stdout]    |                              ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> src/parser/mod.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 |     BadToken(&'a str, Range<usize>),
[INFO] [stdout]    |     -------- ^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParseError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 13 -     BadToken(&'a str, Range<usize>),
[INFO] [stdout] 13 +     BadToken((), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `FailedOnValidation` and `UnreachedEOF` are never constructed
[INFO] [stdout]   --> src/parser/mod.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum ParseError<'a> {
[INFO] [stdout]    |          ---------- variants in this enum
[INFO] [stdout] 13 |     BadToken(&'a str, Range<usize>),
[INFO] [stdout] 14 |     FailedOnValidation(&'a str, usize),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     UnreachedEOF(usize),
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ParseError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `validate_eof` is never used
[INFO] [stdout]   --> src/parser/parser.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl<'a> CypherParser<'a> {
[INFO] [stdout]    | ------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn validate_eof<T>(&self, res: ParseResult<'a, T>) -> ParseResult<'a, T> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `number_expr` is never used
[INFO] [stdout]   --> src/parser/parser.rs:85:12
[INFO] [stdout]    |
[INFO] [stdout] 54 | impl<'a> CypherParser<'a> {
[INFO] [stdout]    | ------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 85 |     pub fn number_expr(&self, pos: usize) -> ParseResult<'a, AtomExpression<'a>> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `string_or_default` is never used
[INFO] [stdout]   --> src/parser/ast.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl<'a> AtomExpression<'a> {
[INFO] [stdout]    | --------------------------- method in this implementation
[INFO] [stdout] 34 |     pub fn string_or_default(&self, default: &'a str) -> &'a str {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `E` is never constructed
[INFO] [stdout]   --> src/parser/ast.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub enum Expression<'a> {
[INFO] [stdout]    |          ---------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 74 |     E
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Expression` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AtomLogic` is never constructed
[INFO] [stdout]    --> src/parser/ast.rs:171:12
[INFO] [stdout]     |
[INFO] [stdout] 171 | pub struct AtomLogic<'a> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `RShift` is never constructed
[INFO] [stdout]    --> src/parser/ast.rs:233:5
[INFO] [stdout]     |
[INFO] [stdout] 224 | pub enum SetterLabel {
[INFO] [stdout]     |          ----------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 233 |     RShift,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SetterLabel` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `source` is never read
[INFO] [stdout]   --> src/parser/lexer.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct CypherLexer<'a> {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 12 |     pub(crate) source: &'a str,
[INFO] [stdout]    |                ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CypherLexer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `len` is never used
[INFO] [stdout]   --> src/parser/lexer.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<'a> CypherLexer<'a> {
[INFO] [stdout]    | ------------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub fn len(&self) -> usize {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `take_right` is never used
[INFO] [stdout]   --> src/parser/result.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | impl<'a, L, R> ParseResult<'a, (L, R)> {
[INFO] [stdout]    | -------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn take_right(self) -> ParseResult<'a, R> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `merge` is never used
[INFO] [stdout]   --> src/parser/result.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl<'a, L> ParseResult<'a, (Option<L>, Vec<L>)> {
[INFO] [stdout]    | ------------------------------------------------ method in this implementation
[INFO] [stdout] 36 |     pub fn merge(self) -> ParseResult<'a, Vec<L>> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_map` is never used
[INFO] [stdout]   --> src/parser/result.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl<'a, L: Eq + Hash, R> ParseResult<'a, Vec<(L, R)>> {
[INFO] [stdout]    | ------------------------------------------------------ method in this implementation
[INFO] [stdout] 48 |     pub fn to_map(self) -> ParseResult<'a, HashMap<L, R>> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `debug1_show_last` and `debug_show_last` are never used
[INFO] [stdout]    --> src/parser/result.rs:201:12
[INFO] [stdout]     |
[INFO] [stdout] 200 | impl<'a, Rhs: Debug, Lhs: Debug> ParseResult<'a, (Lhs, Rhs)> {
[INFO] [stdout]     | ------------------------------------------------------------ methods in this implementation
[INFO] [stdout] 201 |     pub fn debug1_show_last(self, prefix: &'a str) -> ParseResult<'a, (Lhs, Rhs)> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |     pub fn debug_show_last(self) -> ParseResult<'a, (Lhs, Rhs)> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `debug_show` and `debug1_show` are never used
[INFO] [stdout]    --> src/parser/result.rs:212:12
[INFO] [stdout]     |
[INFO] [stdout] 208 | impl<'a, T: Debug> ParseResult<'a, T> {
[INFO] [stdout]     | ------------------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 212 |     pub fn debug_show<Show, To>(self, show: Show) -> ParseResult<'a, T>
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 238 |     pub fn debug1_show<Show, To>(self, prefix: &'a str, show: Show) -> ParseResult<'a, T>
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `ok`, `combine`, and `validate` are never used
[INFO] [stdout]    --> src/parser/result.rs:268:12
[INFO] [stdout]     |
[INFO] [stdout] 267 | impl<'a, T> ParseResult<'a, T> {
[INFO] [stdout]     | ------------------------------ methods in this implementation
[INFO] [stdout] 268 |     pub fn ok(self) -> ParseResult<'a, Option<T>> {
[INFO] [stdout]     |            ^^
[INFO] [stdout] ...
[INFO] [stdout] 281 |     pub fn combine<Rhs, Res, Combine>(
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 296 |     pub fn validate<Validation>(self, validate: Validation) -> ParseResult<'a, T>
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `expect_failed` is never used
[INFO] [stdout]   --> src/parser/tests/lexer.rs:19:4
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn expect_failed(src: &str) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/parser.rs:18:22
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(src: &'a str) -> Result<Self, ParseError> {
[INFO] [stdout]    |                      ^^                      ---------- the same lifetime is hidden here
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn new(src: &'a str) -> Result<Self, ParseError<'a>> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser/lexer.rs:17:25
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new(source: &'a str) -> Result<Self, ParseError> {
[INFO] [stdout]    |                         ^^                      ---------- the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new(source: &'a str) -> Result<Self, ParseError<'a>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/parser/tests/parser/mod.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn parser(src: &str) -> CypherParser {
[INFO] [stdout]    |                ^^^^     ------------ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn parser(src: &str) -> CypherParser<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.07s
[INFO] running `Command { std: "docker" "inspect" "8fe69c7415ce1c4b22b16eca8808fbc4cd5a30d524a462b85981ae1c80f15f25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8fe69c7415ce1c4b22b16eca8808fbc4cd5a30d524a462b85981ae1c80f15f25", kill_on_drop: false }`
[INFO] [stdout] 8fe69c7415ce1c4b22b16eca8808fbc4cd5a30d524a462b85981ae1c80f15f25
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7b0c5bfc8e8fffc21f8e9c2f5448e124c931c79f11fb2672ba8a4207263ee7cf
[INFO] running `Command { std: "docker" "start" "-a" "7b0c5bfc8e8fffc21f8e9c2f5448e124c931c79f11fb2672ba8a4207263ee7cf", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `crate::parser::lexer::Token::Class`
[INFO] [stderr]  --> src/parser/parser.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use crate::parser::lexer::Token::Class;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::borrow::Borrow`
[INFO] [stderr]  --> src/parser/parser.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use std::borrow::Borrow;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::HashMap`
[INFO] [stderr]   --> src/parser/parser.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | use std::collections::HashMap;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::iter::Map`
[INFO] [stderr]   --> src/parser/parser.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use std::iter::Map;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::HashMap`
[INFO] [stderr]  --> src/parser/ast.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::collections::HashMap;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::iter::Map`
[INFO] [stderr]  --> src/parser/ast.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use std::iter::Map;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::ops::Range`
[INFO] [stderr]  --> src/parser/lexer.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::ops::Range;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::num::ParseIntError`
[INFO] [stderr]  --> src/parser/lexer.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use std::num::ParseIntError;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::parser::lexer::Token`
[INFO] [stderr]  --> src/parser/result.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::parser::lexer::Token;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::error::Error`
[INFO] [stderr]  --> src/parser/lexer.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::error::Error;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `r`
[INFO] [stderr]    --> src/parser/parser.rs:639:23
[INFO] [stderr]     |
[INFO] [stderr] 639 |                 .map(|r| ClassBodyType::ForeignStatic)
[INFO] [stderr]     |                       ^ help: if this is intentional, prefix it with an underscore: `_r`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `r`
[INFO] [stderr]    --> src/parser/parser.rs:644:31
[INFO] [stderr]     |
[INFO] [stderr] 644 |                         .map(|r| ClassBodyType::ForeignStatic)
[INFO] [stderr]     |                               ^ help: if this is intentional, prefix it with an underscore: `_r`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `v`
[INFO] [stderr]   --> src/parser/tests/parser/mod.rs:34:30
[INFO] [stderr]    |
[INFO] [stderr] 34 |         ParseResult::Success(v, pos) => assert_eq!(pos, expect),
[INFO] [stderr]    |                              ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stderr] 
[INFO] [stderr] warning: fields `0` and `1` are never read
[INFO] [stderr]   --> src/parser/mod.rs:13:14
[INFO] [stderr]    |
[INFO] [stderr] 13 |     BadToken(&'a str, Range<usize>),
[INFO] [stderr]    |     -------- ^^^^^^^  ^^^^^^^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     fields in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ParseError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stderr]    |
[INFO] [stderr] 13 -     BadToken(&'a str, Range<usize>),
[INFO] [stderr] 13 +     BadToken((), ()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: variants `FailedOnValidation` and `UnreachedEOF` are never constructed
[INFO] [stderr]   --> src/parser/mod.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub enum ParseError<'a> {
[INFO] [stderr]    |          ---------- variants in this enum
[INFO] [stderr] 13 |     BadToken(&'a str, Range<usize>),
[INFO] [stderr] 14 |     FailedOnValidation(&'a str, usize),
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 17 |     UnreachedEOF(usize),
[INFO] [stderr]    |     ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ParseError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: method `validate_eof` is never used
[INFO] [stderr]   --> src/parser/parser.rs:47:12
[INFO] [stderr]    |
[INFO] [stderr] 17 | impl<'a> CypherParser<'a> {
[INFO] [stderr]    | ------------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 47 |     pub fn validate_eof<T>(&self, res: ParseResult<'a, T>) -> ParseResult<'a, T> {
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `number_expr` is never used
[INFO] [stderr]   --> src/parser/parser.rs:85:12
[INFO] [stderr]    |
[INFO] [stderr] 54 | impl<'a> CypherParser<'a> {
[INFO] [stderr]    | ------------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 85 |     pub fn number_expr(&self, pos: usize) -> ParseResult<'a, AtomExpression<'a>> {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `string_or_default` is never used
[INFO] [stderr]   --> src/parser/ast.rs:34:12
[INFO] [stderr]    |
[INFO] [stderr] 33 | impl<'a> AtomExpression<'a> {
[INFO] [stderr]    | --------------------------- method in this implementation
[INFO] [stderr] 34 |     pub fn string_or_default(&self, default: &'a str) -> &'a str {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `E` is never constructed
[INFO] [stderr]   --> src/parser/ast.rs:74:5
[INFO] [stderr]    |
[INFO] [stderr] 70 | pub enum Expression<'a> {
[INFO] [stderr]    |          ---------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 74 |     E
[INFO] [stderr]    |     ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Expression` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: struct `AtomLogic` is never constructed
[INFO] [stderr]    --> src/parser/ast.rs:171:12
[INFO] [stderr]     |
[INFO] [stderr] 171 | pub struct AtomLogic<'a> {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `RShift` is never constructed
[INFO] [stderr]    --> src/parser/ast.rs:233:5
[INFO] [stderr]     |
[INFO] [stderr] 224 | pub enum SetterLabel {
[INFO] [stderr]     |          ----------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 233 |     RShift,
[INFO] [stderr]     |     ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `SetterLabel` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `source` is never read
[INFO] [stderr]   --> src/parser/lexer.rs:12:16
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct CypherLexer<'a> {
[INFO] [stderr]    |            ----------- field in this struct
[INFO] [stderr] 12 |     pub(crate) source: &'a str,
[INFO] [stderr]    |                ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `CypherLexer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: method `len` is never used
[INFO] [stderr]   --> src/parser/lexer.rs:38:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | impl<'a> CypherLexer<'a> {
[INFO] [stderr]    | ------------------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 38 |     pub fn len(&self) -> usize {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `take_right` is never used
[INFO] [stderr]   --> src/parser/result.rs:22:12
[INFO] [stderr]    |
[INFO] [stderr] 18 | impl<'a, L, R> ParseResult<'a, (L, R)> {
[INFO] [stderr]    | -------------------------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 22 |     pub fn take_right(self) -> ParseResult<'a, R> {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `merge` is never used
[INFO] [stderr]   --> src/parser/result.rs:36:12
[INFO] [stderr]    |
[INFO] [stderr] 35 | impl<'a, L> ParseResult<'a, (Option<L>, Vec<L>)> {
[INFO] [stderr]    | ------------------------------------------------ method in this implementation
[INFO] [stderr] 36 |     pub fn merge(self) -> ParseResult<'a, Vec<L>> {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `to_map` is never used
[INFO] [stderr]   --> src/parser/result.rs:48:12
[INFO] [stderr]    |
[INFO] [stderr] 47 | impl<'a, L: Eq + Hash, R> ParseResult<'a, Vec<(L, R)>> {
[INFO] [stderr]    | ------------------------------------------------------ method in this implementation
[INFO] [stderr] 48 |     pub fn to_map(self) -> ParseResult<'a, HashMap<L, R>> {
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `debug1_show_last` and `debug_show_last` are never used
[INFO] [stderr]    --> src/parser/result.rs:201:12
[INFO] [stderr]     |
[INFO] [stderr] 200 | impl<'a, Rhs: Debug, Lhs: Debug> ParseResult<'a, (Lhs, Rhs)> {
[INFO] [stderr]     | ------------------------------------------------------------ methods in this implementation
[INFO] [stderr] 201 |     pub fn debug1_show_last(self, prefix: &'a str) -> ParseResult<'a, (Lhs, Rhs)> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 204 |     pub fn debug_show_last(self) -> ParseResult<'a, (Lhs, Rhs)> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `debug_show` and `debug1_show` are never used
[INFO] [stderr]    --> src/parser/result.rs:212:12
[INFO] [stderr]     |
[INFO] [stderr] 208 | impl<'a, T: Debug> ParseResult<'a, T> {
[INFO] [stderr]     | ------------------------------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 212 |     pub fn debug_show<Show, To>(self, show: Show) -> ParseResult<'a, T>
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 238 |     pub fn debug1_show<Show, To>(self, prefix: &'a str, show: Show) -> ParseResult<'a, T>
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `ok`, `combine`, and `validate` are never used
[INFO] [stderr]    --> src/parser/result.rs:268:12
[INFO] [stderr]     |
[INFO] [stderr] 267 | impl<'a, T> ParseResult<'a, T> {
[INFO] [stderr]     | ------------------------------ methods in this implementation
[INFO] [stderr] 268 |     pub fn ok(self) -> ParseResult<'a, Option<T>> {
[INFO] [stderr]     |            ^^
[INFO] [stderr] ...
[INFO] [stderr] 281 |     pub fn combine<Rhs, Res, Combine>(
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 296 |     pub fn validate<Validation>(self, validate: Validation) -> ParseResult<'a, T>
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `expect_failed` is never used
[INFO] [stderr]   --> src/parser/tests/lexer.rs:19:4
[INFO] [stderr]    |
[INFO] [stderr] 19 | fn expect_failed(src: &str) {
[INFO] [stderr]    |    ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser/parser.rs:18:22
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub fn new(src: &'a str) -> Result<Self, ParseError> {
[INFO] [stderr]    |                      ^^                      ---------- the same lifetime is hidden here
[INFO] [stderr]    |                      |
[INFO] [stderr]    |                      the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub fn new(src: &'a str) -> Result<Self, ParseError<'a>> {
[INFO] [stderr]    |                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser/lexer.rs:17:25
[INFO] [stderr]    |
[INFO] [stderr] 17 |     pub fn new(source: &'a str) -> Result<Self, ParseError> {
[INFO] [stderr]    |                         ^^                      ---------- the same lifetime is hidden here
[INFO] [stderr]    |                         |
[INFO] [stderr]    |                         the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 17 |     pub fn new(source: &'a str) -> Result<Self, ParseError<'a>> {
[INFO] [stderr]    |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/parser/tests/parser/mod.rs:11:16
[INFO] [stderr]    |
[INFO] [stderr] 11 | fn parser(src: &str) -> CypherParser {
[INFO] [stderr]    |                ^^^^     ------------ the same lifetime is hidden here
[INFO] [stderr]    |                |
[INFO] [stderr]    |                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 11 | fn parser(src: &str) -> CypherParser<'_> {
[INFO] [stderr]    |                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `rusty_wren` (bin "rusty_wren" test) generated 33 warnings (run `cargo fix --bin "rusty_wren" --tests` to apply 9 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rusty_wren-2df008fd5819f671)
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test parser::tests::lexer::common_test ... ok
[INFO] [stdout] test parser::tests::parser::expressions::arith_test ... ok
[INFO] [stdout] test parser::tests::parser::expressions::atom_logic_test ... ok
[INFO] [stdout] test parser::tests::parser::primitives::atom_test ... ok
[INFO] [stdout] test parser::tests::parser::expressions::atom_test ... ok
[INFO] [stdout] test parser::tests::parser::expressions::logic_test ... ok
[INFO] [stdout] test parser::tests::parser::primitives::enum_test ... ok
[INFO] [stdout] test parser::tests::parser::primitives::map_init_test ... ok
[INFO] [stdout] test parser::tests::parser::expressions::call_test ... ok
[INFO] [stdout] test parser::tests::parser::expressions::expression ... ok
[INFO] [stdout] test parser::tests::parser::primitives::list_init_test ... ok
[INFO] [stdout] test parser::tests::parser::primitives::null_test ... ok
[INFO] [stdout] test parser::tests::parser::primitives::elvis_test ... ok
[INFO] [stdout] test parser::tests::parser::primitives::range_test ... ok
[INFO] [stdout] test parser::tests::parser::statements::assignment_null_test ... ok
[INFO] [stdout] test parser::tests::parser::statements::assignment_test ... ok
[INFO] [stdout] test parser::tests::parser::statements::attrs_test ... ok
[INFO] [stdout] test parser::tests::parser::statements::if_test ... ok
[INFO] [stdout] test parser::tests::parser::statements::statement_test ... ok
[INFO] [stdout] test parser::tests::parser::units::class_statement_test ... ok
[INFO] [stdout] test parser::tests::parser::units::class_unit_test ... ok
[INFO] [stdout] test parser::tests::parser::units::import_mod_test ... ok
[INFO] [stdout] test parser::tests::lexer::number_test ... FAILED
[INFO] [stdout] test parser::tests::parser::units::class_body_test ... FAILED
[INFO] [stdout] test parser::tests::parser::scripts::script ... ok
[INFO] [stdout] test parser::tests::parser::units::block_test ... FAILED
[INFO] [stdout] test parser::tests::lexer::words_test ... ok
[INFO] [stderr] error: test failed, to rerun pass `--bin rusty_wren`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- parser::tests::lexer::number_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::tests::lexer::number_test' panicked at src/parser/tests/lexer.rs:8:23:
[INFO] [stdout] BadToken("1e1", 0..3)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61e987abf352 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61e987abf352 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61e987abf352 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61e987abf352 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61e987ae5c03 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61e987ae5c03 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61e987abc2d3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61e987abc2d3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61e987abf1a2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61e987ac08d9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x61e987ac070e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x61e987a88cd4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x61e987a88cd4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61e987ac13ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x61e987ac13ae - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x61e987ac107a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x61e987abf859 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61e987ac0d0d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x61e987ae42a0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61e987a3df90 - rusty_wren::parser::tests::lexer::expect::h58b145fff6f9eae4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/tests/lexer.rs:8:23
[INFO] [stdout]   20:     0x61e987a3e20d - rusty_wren::parser::tests::lexer::number_test::h3f1f88c021247822
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/tests/lexer.rs:28:5
[INFO] [stdout]   21:     0x61e987a3e127 - rusty_wren::parser::tests::lexer::number_test::{{closure}}::hd17e347e1a031c66
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/tests/lexer.rs:27:17
[INFO] [stdout]   22:     0x61e987a490a6 - core::ops::function::FnOnce::call_once::hb10788be86ea1fc6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   23:     0x61e987a8e53b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x61e987a8e53b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   25:     0x61e987a8d675 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   26:     0x61e987a8d675 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   27:     0x61e987a8d675 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   28:     0x61e987a8d675 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   29:     0x61e987a8d675 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x61e987a8d675 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   31:     0x61e987a8d675 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   32:     0x61e987a51274 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   33:     0x61e987a51274 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x61e987a54c4a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x61e987a54c4a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   36:     0x61e987a54c4a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   37:     0x61e987a54c4a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   38:     0x61e987a54c4a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x61e987a54c4a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   40:     0x61e987a54c4a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   41:     0x61e987ac432f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   42:     0x61e987ac432f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   43:     0x7f8ef70f6aa4 - <unknown>
[INFO] [stdout]   44:     0x7f8ef7183a34 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- parser::tests::parser::units::class_body_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::tests::parser::units::class_body_test' panicked at src/parser/tests/parser/mod.rs:34:41:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 53
[INFO] [stdout]  right: 81
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61e987abf352 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61e987abf352 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61e987abf352 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61e987abf352 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61e987ae5c03 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61e987ae5c03 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61e987abc2d3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61e987abc2d3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61e987abf1a2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61e987ac08d9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x61e987ac070e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x61e987a88cd4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x61e987a88cd4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61e987ac13ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x61e987ac13ae - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x61e987ac107a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x61e987abf859 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61e987ac0d0d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x61e987ae42a0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61e987ae45f3 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x61e987ae4545 - core::panicking::assert_failed::h417a72379c307893
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x61e987a35e33 - rusty_wren::parser::tests::parser::expect_pos::h31ca118f16f87e7f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/tests/parser/mod.rs:34:41
[INFO] [stdout]   22:     0x61e987a4f6aa - rusty_wren::parser::tests::parser::units::class_body_test::h8f5231c9b75cba72
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/tests/parser/units.rs:56:5
[INFO] [stdout]   23:     0x61e987a4f527 - rusty_wren::parser::tests::parser::units::class_body_test::{{closure}}::h716d031c8343cedb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/tests/parser/units.rs:42:21
[INFO] [stdout]   24:     0x61e987a499e6 - core::ops::function::FnOnce::call_once::he933fcbc8bbeb3e1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x61e987a8e53b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x61e987a8e53b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x61e987a8d675 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x61e987a8d675 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x61e987a8d675 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x61e987a8d675 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x61e987a8d675 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x61e987a8d675 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x61e987a8d675 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x61e987a51274 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x61e987a51274 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x61e987a54c4a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x61e987a54c4a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x61e987a54c4a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x61e987a54c4a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x61e987a54c4a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x61e987a54c4a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x61e987a54c4a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x61e987ac432f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x61e987ac432f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x7f8ef70f6aa4 - <unknown>
[INFO] [stdout]   46:     0x7f8ef7183a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- parser::tests::parser::units::block_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::tests::parser::units::block_test' panicked at src/parser/tests/parser/mod.rs:35:35:
[INFO] [stdout] failed on 1
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61e987abf352 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61e987abf352 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61e987abf352 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61e987abf352 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61e987ae5c03 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61e987ae5c03 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61e987abc2d3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61e987abc2d3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61e987abf1a2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61e987ac08d9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x61e987ac070e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x61e987a88cd4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x61e987a88cd4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61e987ac13ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x61e987ac13ae - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x61e987ac107a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x61e987abf859 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61e987ac0d0d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x61e987ae42a0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61e987a374fc - rusty_wren::parser::tests::parser::expect_pos::haf0d1253d2ff1eac
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/tests/parser/mod.rs:35:35
[INFO] [stdout]   20:     0x61e987a4f327 - rusty_wren::parser::tests::parser::units::block_test::h5280dd43327582a5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/tests/parser/units.rs:17:5
[INFO] [stdout]   21:     0x61e987a4f227 - rusty_wren::parser::tests::parser::units::block_test::{{closure}}::h58d6cef4a221c2a0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser/tests/parser/units.rs:15:16
[INFO] [stdout]   22:     0x61e987a48786 - core::ops::function::FnOnce::call_once::h73a4beb046580028
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   23:     0x61e987a8e53b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x61e987a8e53b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   25:     0x61e987a8d675 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   26:     0x61e987a8d675 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   27:     0x61e987a8d675 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   28:     0x61e987a8d675 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   29:     0x61e987a8d675 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x61e987a8d675 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   31:     0x61e987a8d675 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   32:     0x61e987a51274 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   33:     0x61e987a51274 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x61e987a54c4a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x61e987a54c4a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   36:     0x61e987a54c4a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   37:     0x61e987a54c4a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   38:     0x61e987a54c4a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x61e987a54c4a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   40:     0x61e987a54c4a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   41:     0x61e987ac432f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   42:     0x61e987ac432f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   43:     0x7f8ef70f6aa4 - <unknown>
[INFO] [stdout]   44:     0x7f8ef7183a34 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     parser::tests::lexer::number_test
[INFO] [stdout]     parser::tests::parser::units::block_test
[INFO] [stdout]     parser::tests::parser::units::class_body_test
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 24 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7b0c5bfc8e8fffc21f8e9c2f5448e124c931c79f11fb2672ba8a4207263ee7cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b0c5bfc8e8fffc21f8e9c2f5448e124c931c79f11fb2672ba8a4207263ee7cf", kill_on_drop: false }`
[INFO] [stdout] 7b0c5bfc8e8fffc21f8e9c2f5448e124c931c79f11fb2672ba8a4207263ee7cf
