[INFO] cloning repository https://github.com/jumpyapple/mist
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jumpyapple/mist" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjumpyapple%2Fmist", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjumpyapple%2Fmist'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cac2bd13960cac4c879fbf85a302f6b4f573ee07
[INFO] testing jumpyapple/mist against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjumpyapple%2Fmist" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jumpyapple/mist
[INFO] finished tweaking git repo https://github.com/jumpyapple/mist
[INFO] tweaked toml for git repo https://github.com/jumpyapple/mist written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jumpyapple/mist 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/jumpyapple/mist 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]  Downloading crates ...
[INFO] [stderr]   Downloaded logos-codegen v0.15.1
[INFO] [stderr]   Downloaded psm v0.1.26
[INFO] [stderr]   Downloaded stacker v0.1.21
[INFO] [stderr]   Downloaded logos-derive v0.15.1
[INFO] [stderr]   Downloaded chumsky v0.10.1
[INFO] [stderr]   Downloaded regex-automata v0.3.9
[INFO] [stderr]   Downloaded logos v0.15.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] f4a0e33b856854ae38bbd56c5f717c934021fb466235ec398194452fa13c009e
[INFO] running `Command { std: "docker" "start" "-a" "f4a0e33b856854ae38bbd56c5f717c934021fb466235ec398194452fa13c009e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f4a0e33b856854ae38bbd56c5f717c934021fb466235ec398194452fa13c009e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4a0e33b856854ae38bbd56c5f717c934021fb466235ec398194452fa13c009e", kill_on_drop: false }`
[INFO] [stdout] f4a0e33b856854ae38bbd56c5f717c934021fb466235ec398194452fa13c009e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] d63a280f40eba8c65a67c09549fbc1fa95d2afd37ed9003a293ceaf5f4ff0bff
[INFO] running `Command { std: "docker" "start" "-a" "d63a280f40eba8c65a67c09549fbc1fa95d2afd37ed9003a293ceaf5f4ff0bff", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling psm v0.1.26
[INFO] [stderr]    Compiling stacker v0.1.21
[INFO] [stderr]    Compiling chumsky v0.10.1
[INFO] [stderr]    Compiling clap_builder v4.5.44
[INFO] [stderr]    Compiling logos-codegen v0.15.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling clap_derive v4.5.45
[INFO] [stderr]    Compiling logos-derive v0.15.1
[INFO] [stderr]    Compiling logos v0.15.1
[INFO] [stderr]    Compiling clap v4.5.45
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_path_to_error v0.1.17
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling mist v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Stream`
[INFO] [stdout]  --> src/parser.rs:4:22
[INFO] [stdout]   |
[INFO] [stdout] 4 | use chumsky::input::{Stream, ValueInput};
[INFO] [stdout]   |                      ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BinaryOperator`
[INFO] [stdout]  --> src/statements.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::tokens::{BinaryOperator, Token};
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fs`
[INFO] [stdout]  --> src/statements.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{fmt, fs};
[INFO] [stdout]   |                ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::statements::Optional::OptionalExpression`
[INFO] [stdout]  --> src/statements.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::statements::Optional::OptionalExpression;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::de::IntoDeserializer`
[INFO] [stdout]  --> src/statements.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use serde::de::IntoDeserializer;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Deserializer`
[INFO] [stdout]  --> src/statements.rs:8:26
[INFO] [stdout]   |
[INFO] [stdout] 8 | use serde::{Deserialize, Deserializer, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::expressions::Expression`
[INFO] [stdout]  --> src/tokens.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::expressions::Expression;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::statements::Statement::Expr`
[INFO] [stdout]  --> src/tokens.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::statements::Statement::Expr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expr`
[INFO] [stdout]    --> src/parser.rs:142:16
[INFO] [stdout]     |
[INFO] [stdout] 142 |     recursive(|expr| {
[INFO] [stdout]     |                ^^^^ help: if this is intentional, prefix it with an underscore: `_expr`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/parser.rs:173:27
[INFO] [stdout]     |
[INFO] [stdout] 173 |                 |f, args, e| Expression::Call {
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/parser.rs:184:68
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 .foldl_with(op.then(call).repeated(), |a, (op, b), e| {
[INFO] [stdout]     |                                                                    ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/parser.rs:197:71
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 .foldl_with(op.then(product).repeated(), |a, (op, b), e| {
[INFO] [stdout]     |                                                                       ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/parser.rs:214:67
[INFO] [stdout]     |
[INFO] [stdout] 214 |                 .foldl_with(op.then(sum).repeated(), |a, (op, b), e| {
[INFO] [stdout]     |                                                                   ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/parser.rs:225:71
[INFO] [stdout]     |
[INFO] [stdout] 225 |                 .foldl_with(op.then(compare).repeated(), |a, (op, b), e| {
[INFO] [stdout]     |                                                                       ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `clap::builder::TypedValueParser`
[INFO] [stdout]  --> src/parser.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use clap::builder::TypedValueParser;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `render_mist_as_human_readable` is never used
[INFO] [stdout]   --> src/main.rs:22:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl MistContainer {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] 22 |     fn render_mist_as_human_readable(&self, key: &str) -> Option<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Span` is never used
[INFO] [stdout]  --> src/parser.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub type Span = SimpleSpan;
[INFO] [stdout]   |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Spanned` is never used
[INFO] [stdout]   --> src/parser.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub type Spanned<T> = (T, Span);
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LogosToken` is never used
[INFO] [stdout]   --> src/parser.rs:14:6
[INFO] [stdout]    |
[INFO] [stdout] 14 | enum LogosToken<'a> {
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bin_expr_parser` is never used
[INFO] [stdout]    --> src/parser.rs:136:4
[INFO] [stdout]     |
[INFO] [stdout] 136 | fn bin_expr_parser<'tokens, 'src: 'tokens, I>()
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `var_stmt_parser` is never used
[INFO] [stdout]    --> src/parser.rs:263:4
[INFO] [stdout]     |
[INFO] [stdout] 263 | fn var_stmt_parser<'tokens, 'src: 'tokens, I>()
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Value` should have a snake case name
[INFO] [stdout]   --> src/tokens.rs:93:36
[INFO] [stdout]    |
[INFO] [stdout] 93 |             Token::Number { value: Value } => write!(f, "{}", Value),
[INFO] [stdout]    |                                    ^^^^^ help: convert the identifier to snake case (notice the capitalization): `value`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.72s
[INFO] running `Command { std: "docker" "inspect" "d63a280f40eba8c65a67c09549fbc1fa95d2afd37ed9003a293ceaf5f4ff0bff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d63a280f40eba8c65a67c09549fbc1fa95d2afd37ed9003a293ceaf5f4ff0bff", kill_on_drop: false }`
[INFO] [stdout] d63a280f40eba8c65a67c09549fbc1fa95d2afd37ed9003a293ceaf5f4ff0bff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] fbb82f39cefc7fc6a65ee4f0e4ac14d78c3b1b0662859a14aab2a47591e45451
[INFO] running `Command { std: "docker" "start" "-a" "fbb82f39cefc7fc6a65ee4f0e4ac14d78c3b1b0662859a14aab2a47591e45451", kill_on_drop: false }`
[INFO] [stderr]    Compiling mist v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/parser.rs:130:12
[INFO] [stdout]     |
[INFO] [stdout] 130 |         if (count > 10) {
[INFO] [stdout]     |            ^          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 130 -         if (count > 10) {
[INFO] [stdout] 130 +         if count > 10 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fs`
[INFO] [stdout]  --> src/statements.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{fmt, fs};
[INFO] [stdout]   |                ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::de::IntoDeserializer`
[INFO] [stdout]  --> src/statements.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use serde::de::IntoDeserializer;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Deserializer`
[INFO] [stdout]  --> src/statements.rs:8:26
[INFO] [stdout]   |
[INFO] [stdout] 8 | use serde::{Deserialize, Deserializer, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::statements::Statement::Expr`
[INFO] [stdout]  --> src/tokens.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::statements::Statement::Expr;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expr`
[INFO] [stdout]    --> src/parser.rs:142:16
[INFO] [stdout]     |
[INFO] [stdout] 142 |     recursive(|expr| {
[INFO] [stdout]     |                ^^^^ help: if this is intentional, prefix it with an underscore: `_expr`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/parser.rs:173:27
[INFO] [stdout]     |
[INFO] [stdout] 173 |                 |f, args, e| Expression::Call {
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/parser.rs:184:68
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 .foldl_with(op.then(call).repeated(), |a, (op, b), e| {
[INFO] [stdout]     |                                                                    ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/parser.rs:197:71
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 .foldl_with(op.then(product).repeated(), |a, (op, b), e| {
[INFO] [stdout]     |                                                                       ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/parser.rs:214:67
[INFO] [stdout]     |
[INFO] [stdout] 214 |                 .foldl_with(op.then(sum).repeated(), |a, (op, b), e| {
[INFO] [stdout]     |                                                                   ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]    --> src/parser.rs:225:71
[INFO] [stdout]     |
[INFO] [stdout] 225 |                 .foldl_with(op.then(compare).repeated(), |a, (op, b), e| {
[INFO] [stdout]     |                                                                       ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `clap::builder::TypedValueParser`
[INFO] [stdout]  --> src/parser.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use clap::builder::TypedValueParser;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `render_mist_as_human_readable` is never used
[INFO] [stdout]   --> src/main.rs:22:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl MistContainer {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] 22 |     fn render_mist_as_human_readable(&self, key: &str) -> Option<String> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Span` is never used
[INFO] [stdout]  --> src/parser.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub type Span = SimpleSpan;
[INFO] [stdout]   |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Spanned` is never used
[INFO] [stdout]   --> src/parser.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub type Spanned<T> = (T, Span);
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `Value` should have a snake case name
[INFO] [stdout]   --> src/tokens.rs:93:36
[INFO] [stdout]    |
[INFO] [stdout] 93 |             Token::Number { value: Value } => write!(f, "{}", Value),
[INFO] [stdout]    |                                    ^^^^^ help: convert the identifier to snake case (notice the capitalization): `value`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.61s
[INFO] running `Command { std: "docker" "inspect" "fbb82f39cefc7fc6a65ee4f0e4ac14d78c3b1b0662859a14aab2a47591e45451", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fbb82f39cefc7fc6a65ee4f0e4ac14d78c3b1b0662859a14aab2a47591e45451", kill_on_drop: false }`
[INFO] [stdout] fbb82f39cefc7fc6a65ee4f0e4ac14d78c3b1b0662859a14aab2a47591e45451
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 85a6dfa3506d21d59796710f8a247b3f24bf7c71e53f05b43ab0698647d09ab5
[INFO] running `Command { std: "docker" "start" "-a" "85a6dfa3506d21d59796710f8a247b3f24bf7c71e53f05b43ab0698647d09ab5", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around `if` condition
[INFO] [stderr]    --> src/parser.rs:130:12
[INFO] [stderr]     |
[INFO] [stderr] 130 |         if (count > 10) {
[INFO] [stderr]     |            ^          ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 130 -         if (count > 10) {
[INFO] [stderr] 130 +         if count > 10 {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `fs`
[INFO] [stderr]  --> src/statements.rs:2:16
[INFO] [stderr]   |
[INFO] [stderr] 2 | use std::{fmt, fs};
[INFO] [stderr]   |                ^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `serde::de::IntoDeserializer`
[INFO] [stderr]  --> src/statements.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use serde::de::IntoDeserializer;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Deserializer`
[INFO] [stderr]  --> src/statements.rs:8:26
[INFO] [stderr]   |
[INFO] [stderr] 8 | use serde::{Deserialize, Deserializer, Serialize};
[INFO] [stderr]   |                          ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::statements::Statement::Expr`
[INFO] [stderr]  --> src/tokens.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use crate::statements::Statement::Expr;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `expr`
[INFO] [stderr]    --> src/parser.rs:142:16
[INFO] [stderr]     |
[INFO] [stderr] 142 |     recursive(|expr| {
[INFO] [stderr]     |                ^^^^ help: if this is intentional, prefix it with an underscore: `_expr`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `e`
[INFO] [stderr]    --> src/parser.rs:173:27
[INFO] [stderr]     |
[INFO] [stderr] 173 |                 |f, args, e| Expression::Call {
[INFO] [stderr]     |                           ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `e`
[INFO] [stderr]    --> src/parser.rs:184:68
[INFO] [stderr]     |
[INFO] [stderr] 184 |                 .foldl_with(op.then(call).repeated(), |a, (op, b), e| {
[INFO] [stderr]     |                                                                    ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `e`
[INFO] [stderr]    --> src/parser.rs:197:71
[INFO] [stderr]     |
[INFO] [stderr] 197 |                 .foldl_with(op.then(product).repeated(), |a, (op, b), e| {
[INFO] [stderr]     |                                                                       ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `e`
[INFO] [stderr]    --> src/parser.rs:214:67
[INFO] [stderr]     |
[INFO] [stderr] 214 |                 .foldl_with(op.then(sum).repeated(), |a, (op, b), e| {
[INFO] [stderr]     |                                                                   ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `e`
[INFO] [stderr]    --> src/parser.rs:225:71
[INFO] [stderr]     |
[INFO] [stderr] 225 |                 .foldl_with(op.then(compare).repeated(), |a, (op, b), e| {
[INFO] [stderr]     |                                                                       ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `clap::builder::TypedValueParser`
[INFO] [stderr]  --> src/parser.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use clap::builder::TypedValueParser;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `render_mist_as_human_readable` is never used
[INFO] [stderr]   --> src/main.rs:22:8
[INFO] [stderr]    |
[INFO] [stderr] 21 | impl MistContainer {
[INFO] [stderr]    | ------------------ method in this implementation
[INFO] [stderr] 22 |     fn render_mist_as_human_readable(&self, key: &str) -> Option<String> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `Span` is never used
[INFO] [stderr]  --> src/parser.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub type Span = SimpleSpan;
[INFO] [stderr]   |          ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `Spanned` is never used
[INFO] [stderr]   --> src/parser.rs:10:10
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub type Spanned<T> = (T, Span);
[INFO] [stderr]    |          ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable `Value` should have a snake case name
[INFO] [stderr]   --> src/tokens.rs:93:36
[INFO] [stderr]    |
[INFO] [stderr] 93 |             Token::Number { value: Value } => write!(f, "{}", Value),
[INFO] [stderr]    |                                    ^^^^^ help: convert the identifier to snake case (notice the capitalization): `value`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `mist` (bin "mist" test) generated 16 warnings (run `cargo fix --bin "mist" --tests` to apply 5 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mist-87f8fa1ac44e57d5)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test expressions::test_expression_format_human ... ok
[INFO] [stdout] test expressions::test_expression_de ... ok
[INFO] [stdout] test parser::test_bin_expr_parser ... ok
[INFO] [stdout] test parser::test_lexer ... ok
[INFO] [stdout] test statements::test_function_de_with_resolve_statement ... ok
[INFO] [stdout] test parser::test_var_stmt_parser ... ok
[INFO] [stdout] test statements::test_statement_format_human ... ok
[INFO] [stdout] test tokens::test_identifier_de_with_default_value_expr ... ok
[INFO] [stdout] test statements::test_statement_de ... ok
[INFO] [stdout] test tokens::test_identifier_de_with_default_value_null ... ok
[INFO] [stdout] test tokens::test_tokens_de ... ok
[INFO] [stdout] test tokens::test_token_format_human ... ok
[INFO] [stdout] test statements::test_function_de_with_resolve_null ... ok
[INFO] [stdout] test parser::test_lexer_with_file ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- parser::test_lexer_with_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::test_lexer_with_file' panicked at src/parser.rs:122:51:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a1eb8cb47b2 - 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:     0x5a1eb8cb47b2 - 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:     0x5a1eb8cb47b2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5a1eb8cb47b2 - <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:     0x5a1eb8cdb833 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5a1eb8cdb833 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5a1eb8cb1723 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5a1eb8cb1723 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5a1eb8cb4602 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5a1eb8cb5d39 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5a1eb8cb5b6e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5a1eb8c70624 - <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:     0x5a1eb8c70624 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5a1eb8cb680e - <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:     0x5a1eb8cb680e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5a1eb8cb64da - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5a1eb8cb4cb9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5a1eb8cb616d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5a1eb8cd9ea0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5a1eb8cda306 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5a1eb8aff862 - core::result::Result<T,E>::unwrap::h5f72fc61dd324d66
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5a1eb8aff862 - mist::parser::test_lexer_with_file::h8c249eb6f8ab82d7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:122:51
[INFO] [stdout]   22:     0x5a1eb8aff7b7 - mist::parser::test_lexer_with_file::{{closure}}::h8ba002960efa0e8f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:120:26
[INFO] [stdout]   23:     0x5a1eb8bbb2c6 - core::ops::function::FnOnce::call_once::h3d9dea782011b707
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5a1eb8c75e8b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5a1eb8c75e8b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5a1eb8c74fc5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5a1eb8c74fc5 - <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]   28:     0x5a1eb8c74fc5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5a1eb8c74fc5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5a1eb8c74fc5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5a1eb8c74fc5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5a1eb8c74fc5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5a1eb8c38bc4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5a1eb8c38bc4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5a1eb8c3c59a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5a1eb8c3c59a - <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]   37:     0x5a1eb8c3c59a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5a1eb8c3c59a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5a1eb8c3c59a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5a1eb8c3c59a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5a1eb8c3c59a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5a1eb8cb988f - <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]   43:     0x5a1eb8cb988f - 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]   44:     0x713507328aa4 - <unknown>
[INFO] [stdout]   45:     0x7135073b5a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     parser::test_lexer_with_file
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 13 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin mist`
[INFO] running `Command { std: "docker" "inspect" "85a6dfa3506d21d59796710f8a247b3f24bf7c71e53f05b43ab0698647d09ab5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "85a6dfa3506d21d59796710f8a247b3f24bf7c71e53f05b43ab0698647d09ab5", kill_on_drop: false }`
[INFO] [stdout] 85a6dfa3506d21d59796710f8a247b3f24bf7c71e53f05b43ab0698647d09ab5
