[INFO] cloning repository https://github.com/JosephPrichard/kaleidoscope
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JosephPrichard/kaleidoscope" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJosephPrichard%2Fkaleidoscope", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJosephPrichard%2Fkaleidoscope'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0c1dd770c105ebdfb582dbf4dd77c0d05cc81806
[INFO] testing JosephPrichard/kaleidoscope against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJosephPrichard%2Fkaleidoscope" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/JosephPrichard/kaleidoscope
[INFO] finished tweaking git repo https://github.com/JosephPrichard/kaleidoscope
[INFO] tweaked toml for git repo https://github.com/JosephPrichard/kaleidoscope written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JosephPrichard/kaleidoscope 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/JosephPrichard/kaleidoscope 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]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 7201b35b873ecffc2e452022a0dbbb1f675402587694fa7449cb2a7267ef1f67
[INFO] running `Command { std: "docker" "start" "-a" "7201b35b873ecffc2e452022a0dbbb1f675402587694fa7449cb2a7267ef1f67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7201b35b873ecffc2e452022a0dbbb1f675402587694fa7449cb2a7267ef1f67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7201b35b873ecffc2e452022a0dbbb1f675402587694fa7449cb2a7267ef1f67", kill_on_drop: false }`
[INFO] [stdout] 7201b35b873ecffc2e452022a0dbbb1f675402587694fa7449cb2a7267ef1f67
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] ce24b4139ef2bdf3f958891d7c60ce90ac90ea02c84296cffeb2bd1c31014ff4
[INFO] running `Command { std: "docker" "start" "-a" "ce24b4139ef2bdf3f958891d7c60ce90ac90ea02c84296cffeb2bd1c31014ff4", kill_on_drop: false }`
[INFO] [stderr]    Compiling kaleidoscope v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `BufReader` and `Cursor`
[INFO] [stdout]    --> src/lexer.rs:287:19
[INFO] [stdout]     |
[INFO] [stdout] 287 |     use std::io::{BufReader, Cursor};
[INFO] [stdout]     |                   ^^^^^^^^^  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::lexer::Lexer`
[INFO] [stdout]    --> src/lexer.rs:288:9
[INFO] [stdout]     |
[INFO] [stdout] 288 |     use crate::lexer::Lexer;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::lexer::Token::*`
[INFO] [stdout]    --> src/lexer.rs:289:9
[INFO] [stdout]     |
[INFO] [stdout] 289 |     use crate::lexer::Token::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BufReader` and `Cursor`
[INFO] [stdout]    --> src/parser.rs:377:19
[INFO] [stdout]     |
[INFO] [stdout] 377 |     use std::io::{BufReader, Cursor};
[INFO] [stdout]     |                   ^^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::lexer::Lexer`
[INFO] [stdout]    --> src/parser.rs:378:9
[INFO] [stdout]     |
[INFO] [stdout] 378 |     use crate::lexer::Lexer;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Call`, `Number`, and `Variable`
[INFO] [stdout]    --> src/parser.rs:379:34
[INFO] [stdout]     |
[INFO] [stdout] 379 |     use crate::parser::ExprAst::{Call, Number, Variable};
[INFO] [stdout]     |                                  ^^^^  ^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BinaryAst`, `ExprAst`, `ForAst`, `FunctionAst`, `IfAst`, `Parser`, `PrototypeAst`, and `WhileAst`
[INFO] [stdout]    --> src/parser.rs:380:25
[INFO] [stdout]     |
[INFO] [stdout] 380 |     use crate::parser::{BinaryAst, ExprAst, ForAst, FunctionAst, IfAst, Parser, PrototypeAst, WhileAst};
[INFO] [stdout]     |                         ^^^^^^^^^  ^^^^^^^  ^^^^^^  ^^^^^^^^^^^  ^^^^^  ^^^^^^  ^^^^^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Extern` and `Function`
[INFO] [stdout]    --> src/parser.rs:381:30
[INFO] [stdout]     |
[INFO] [stdout] 381 |     use crate::parser::Ast::{Extern, Function};
[INFO] [stdout]     |                              ^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Add`, `And`, `Divide`, `Eq`, `Geq`, `Lt`, `Multiply`, and `Subtract`
[INFO] [stdout]    --> src/parser.rs:382:35
[INFO] [stdout]     |
[INFO] [stdout] 382 |     use crate::parser::Operator::{Add, And, Divide, Eq, Geq, Lt, Multiply, Subtract};
[INFO] [stdout]     |                                   ^^^  ^^^  ^^^^^^  ^^  ^^^  ^^  ^^^^^^^^  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BufReader` and `Cursor`
[INFO] [stdout]    --> src/codegen.rs:247:19
[INFO] [stdout]     |
[INFO] [stdout] 247 |     use std::io::{BufReader, Cursor};
[INFO] [stdout]     |                   ^^^^^^^^^  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::builder::IRBuilder`
[INFO] [stdout]    --> src/codegen.rs:248:9
[INFO] [stdout]     |
[INFO] [stdout] 248 |     use crate::builder::IRBuilder;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::codegen::CodegenCtx`
[INFO] [stdout]    --> src/codegen.rs:249:9
[INFO] [stdout]     |
[INFO] [stdout] 249 |     use crate::codegen::CodegenCtx;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::lexer::Lexer`
[INFO] [stdout]    --> src/codegen.rs:250:9
[INFO] [stdout]     |
[INFO] [stdout] 250 |     use crate::lexer::Lexer;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::parser::Parser`
[INFO] [stdout]    --> src/codegen.rs:251:9
[INFO] [stdout]     |
[INFO] [stdout] 251 |     use crate::parser::Parser;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Token` is never used
[INFO] [stdout]  --> src/lexer.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub enum Token {
[INFO] [stdout]   |          ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_terminator` is never used
[INFO] [stdout]   --> src/lexer.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | impl Token {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 46 |     pub fn is_terminator(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Lexer` is never constructed
[INFO] [stdout]    --> src/lexer.rs:108:12
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub struct Lexer<R: BufRead> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/lexer.rs:114:12
[INFO] [stdout]     |
[INFO] [stdout] 113 | impl<R: BufRead> Lexer<R> {
[INFO] [stdout]     | ------------------------- associated items in this implementation
[INFO] [stdout] 114 |     pub fn new(reader: BufReader<R>) -> Lexer<R> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |     fn read_char(&mut self) -> char {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |     fn peek_char(&mut self) -> char {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |     fn consume_char(&mut self) {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 144 |     fn read_text(&mut self) -> Token {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     fn read_number(&mut self) -> Token {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 188 |     fn skip_comment(&mut self) -> Token {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 |     fn read_misc_token(&mut self) -> Token {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 |     pub fn read_token(&mut self) -> Token {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 |     pub fn read_tokens(&mut self) -> Vec<Token> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Operator` is never used
[INFO] [stdout]  --> src/parser.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum Operator {
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `precedence` is never used
[INFO] [stdout]   --> src/parser.rs:22:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl Operator {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] 22 |     fn precedence(&self) -> u32 {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BinaryAst` is never constructed
[INFO] [stdout]   --> src/parser.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub struct BinaryAst {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/parser.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 48 | impl BinaryAst {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 49 |     pub fn new(op: Operator, lhs: ExprAst, rhs: ExprAst) -> ExprAst {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IfAst` is never constructed
[INFO] [stdout]   --> src/parser.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct IfAst {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/parser.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 61 | impl IfAst {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 62 |     pub fn new(cond: ExprAst, then: ExprAst, otherwise: ExprAst) -> ExprAst {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WhileAst` is never constructed
[INFO] [stdout]   --> src/parser.rs:68:12
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub struct WhileAst {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/parser.rs:74:12
[INFO] [stdout]    |
[INFO] [stdout] 73 | impl WhileAst {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] 74 |     pub fn new(cond: ExprAst, body: ExprAst) -> ExprAst {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ForAst` is never constructed
[INFO] [stdout]   --> src/parser.rs:80:12
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub struct ForAst {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/parser.rs:88:12
[INFO] [stdout]    |
[INFO] [stdout] 87 | impl ForAst {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 88 |     pub fn new(var: String, beg: ExprAst, end: ExprAst, body: ExprAst) -> ExprAst {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ExprAst` is never used
[INFO] [stdout]   --> src/parser.rs:94:10
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub enum ExprAst {
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `variable` and `call` are never used
[INFO] [stdout]    --> src/parser.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout] 105 | impl ExprAst {
[INFO] [stdout]     | ------------ associated functions in this implementation
[INFO] [stdout] 106 |     pub fn variable(var: &str) -> ExprAst {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 |     pub fn call(callee: &str, args: Vec<ExprAst>) -> ExprAst {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PrototypeAst` is never constructed
[INFO] [stdout]    --> src/parser.rs:116:12
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub struct PrototypeAst {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `of` is never used
[INFO] [stdout]    --> src/parser.rs:122:12
[INFO] [stdout]     |
[INFO] [stdout] 121 | impl PrototypeAst {
[INFO] [stdout]     | ----------------- associated function in this implementation
[INFO] [stdout] 122 |     pub fn of(name: &str, args: &[&str]) -> PrototypeAst {
[INFO] [stdout]     |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FunctionAst` is never constructed
[INFO] [stdout]    --> src/parser.rs:132:12
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub struct FunctionAst {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Ast` is never used
[INFO] [stdout]    --> src/parser.rs:138:10
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub enum Ast {
[INFO] [stdout]     |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Parser` is never constructed
[INFO] [stdout]    --> src/parser.rs:144:12
[INFO] [stdout]     |
[INFO] [stdout] 144 | pub struct Parser<R: BufRead> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/parser.rs:150:12
[INFO] [stdout]     |
[INFO] [stdout] 149 | impl<R: BufRead> Parser<R> {
[INFO] [stdout]     | -------------------------- associated items in this implementation
[INFO] [stdout] 150 |     pub fn new(lexer: Lexer<R>) -> Parser<R> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |     fn peek_token(&mut self) -> &Token {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 161 |     fn read_token(&mut self) -> Token {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 170 |     fn consume_token(&mut self) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     fn expect_token(&mut self, expected: Token) {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 181 |     fn parse_iden_expr(&mut self, iden: String) -> ExprAst {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |     fn parse_operator(&mut self) -> Operator {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 222 |     fn parse_if_expr(&mut self) -> ExprAst {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 232 |     fn parse_for_expr(&mut self) -> ExprAst {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 250 |     fn parse_while_expr(&mut self) -> ExprAst {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 259 |     fn parse_binop_lhs(&mut self, depth: u32) -> ExprAst {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 272 |     fn parse_binop_rhs(&mut self, lhs: ExprAst, curr_op: Operator, depth: u32) -> ExprAst {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 304 |     fn parse_expr(&mut self, depth: u32) -> ExprAst {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 322 |     pub fn parse(&mut self) -> Vec<Ast> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 337 |     fn parse_function(&mut self) -> FunctionAst {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 353 |     fn parse_prototype(&mut self) -> PrototypeAst {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CodegenCtx` is never constructed
[INFO] [stdout]  --> src/codegen.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct CodegenCtx<'ast, W: Write> {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/codegen.rs:14:12
[INFO] [stdout]     |
[INFO] [stdout]  13 | impl<'ast, W: Write> CodegenCtx<'ast, W> {
[INFO] [stdout]     | ---------------------------------------- associated items in this implementation
[INFO] [stdout]  14 |     pub fn new(builder: IRBuilder<'ast, W>) -> CodegenCtx<'ast, W> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  23 |     pub fn codegen(&mut self, program: &'ast [Ast]) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  30 |     fn codegen_prototype(&mut self, proto: &'ast PrototypeAst, alias: bool) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  46 |     fn codegen_function(&mut self, func: &'ast FunctionAst) -> Result<(), String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  61 |     fn codegen_decl(&mut self, ast: &'ast Ast) -> Result<(), String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  73 |     fn codegen_var(&mut self, var: &str) -> Result<String, String> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  80 |     fn codegen_call(&mut self, callee: &str, args: &'ast [ExprAst]) -> Result<String, String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 100 |     fn codegen_bin_expr(&mut self, ast: &'ast BinaryAst) -> Result<String, String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |     fn codegen_if_expr(&mut self, expr: &'ast IfAst) -> Result<String, String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |     fn codegen_for_expr(&mut self, ast: &'ast ForAst) -> Result<String, String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 232 |     fn codegen_expr(&mut self, expr: &'ast ExprAst) -> Result<String, String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `IRBuilder` is never constructed
[INFO] [stdout]  --> src/builder.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct IRBuilder<'w, W> {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/builder.rs:9:12
[INFO] [stdout]     |
[INFO] [stdout]   8 | impl <'w, W: Write> IRBuilder<'w, W> {
[INFO] [stdout]     | ------------------------------------ associated items in this implementation
[INFO] [stdout]   9 |     pub fn new(w: &'w mut W) -> IRBuilder<'w, W> {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  13 |     pub fn create_reg(&mut self) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  18 |     pub fn create_label(&mut self, prefix: &str) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  23 |     pub fn fadd(&mut self, ret: &str, arg1: &str, arg2: &str) {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  27 |     pub fn fsub(&mut self, ret: &str, arg1: &str, arg2: &str) {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  31 |     pub fn fmul(&mut self, ret: &str, arg1: &str, arg2: &str) {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  35 |     pub fn fdiv(&mut self, ret: &str, arg1: &str, arg2: &str) {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  39 |     pub fn fcmp_ult(&mut self, ret: &str, arg1: &str, arg2: &str) {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  43 |     pub fn fcmp_ugt(&mut self, ret: &str, arg1: &str, arg2: &str) {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  47 |     pub fn fcmp_ueq(&mut self, ret: &str, arg1: &str, arg2: &str) {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  51 |     pub fn uitofp(&mut self, ret: &str, arg: &str) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  55 |     pub fn begin_basic_block(&mut self, bb_name: &str) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  59 |     pub fn ret(&mut self, reg: &str) {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  63 |     pub fn begin_func_body(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  67 |     pub fn end_func_body(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  71 |     pub fn end_prototype(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn def_func(&mut self, name: &str, regs: &[String], alias: bool) {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  92 |     pub fn call(&mut self, ret: &str, callee: &str, args: &[String]) {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn branch(&mut self, bb: &str) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |     pub fn cond_branch(&mut self, cond: &str, bb1: &str, bb2: &str) {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 112 |     pub fn phi(&mut self, ret: &str, arg1: &str, bb1: &str, arg2: &str, bb2: &str) {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
[INFO] running `Command { std: "docker" "inspect" "ce24b4139ef2bdf3f958891d7c60ce90ac90ea02c84296cffeb2bd1c31014ff4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce24b4139ef2bdf3f958891d7c60ce90ac90ea02c84296cffeb2bd1c31014ff4", kill_on_drop: false }`
[INFO] [stdout] ce24b4139ef2bdf3f958891d7c60ce90ac90ea02c84296cffeb2bd1c31014ff4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 6464290e89f7ec73cc6ad604dba0cc9a0ea215474b50658c4ec6a379c2ba0055
[INFO] running `Command { std: "docker" "start" "-a" "6464290e89f7ec73cc6ad604dba0cc9a0ea215474b50658c4ec6a379c2ba0055", kill_on_drop: false }`
[INFO] [stderr]    Compiling kaleidoscope v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Call` and `Variable`
[INFO] [stdout]    --> src/parser.rs:379:34
[INFO] [stdout]     |
[INFO] [stdout] 379 |     use crate::parser::ExprAst::{Call, Number, Variable};
[INFO] [stdout]     |                                  ^^^^          ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Divide` and `Multiply`
[INFO] [stdout]    --> src/parser.rs:382:45
[INFO] [stdout]     |
[INFO] [stdout] 382 |     use crate::parser::Operator::{Add, And, Divide, Eq, Geq, Lt, Multiply, Subtract};
[INFO] [stdout]     |                                             ^^^^^^               ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `AssignSlash` is never constructed
[INFO] [stdout]   --> src/lexer.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub enum Token {
[INFO] [stdout]    |          ----- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 29 |     AssignSlash,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Err` is never constructed
[INFO] [stdout]    --> src/parser.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout]  94 | pub enum ExprAst {
[INFO] [stdout]     |          ------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 102 |     Err(String)
[INFO] [stdout]     |     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ExprAst` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Err` is never constructed
[INFO] [stdout]    --> src/parser.rs:141:5
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub enum Ast {
[INFO] [stdout]     |          --- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 141 |     Err(String)
[INFO] [stdout]     |     ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Ast` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.94s
[INFO] running `Command { std: "docker" "inspect" "6464290e89f7ec73cc6ad604dba0cc9a0ea215474b50658c4ec6a379c2ba0055", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6464290e89f7ec73cc6ad604dba0cc9a0ea215474b50658c4ec6a379c2ba0055", kill_on_drop: false }`
[INFO] [stdout] 6464290e89f7ec73cc6ad604dba0cc9a0ea215474b50658c4ec6a379c2ba0055
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] afd79269f96f5ba599256d361cae94b64d2a2d13d96110b4644539bce77098fb
[INFO] running `Command { std: "docker" "start" "-a" "afd79269f96f5ba599256d361cae94b64d2a2d13d96110b4644539bce77098fb", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `Call` and `Variable`
[INFO] [stderr]    --> src/parser.rs:379:34
[INFO] [stderr]     |
[INFO] [stderr] 379 |     use crate::parser::ExprAst::{Call, Number, Variable};
[INFO] [stderr]     |                                  ^^^^          ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Divide` and `Multiply`
[INFO] [stderr]    --> src/parser.rs:382:45
[INFO] [stderr]     |
[INFO] [stderr] 382 |     use crate::parser::Operator::{Add, And, Divide, Eq, Geq, Lt, Multiply, Subtract};
[INFO] [stderr]     |                                             ^^^^^^               ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `AssignSlash` is never constructed
[INFO] [stderr]   --> src/lexer.rs:29:5
[INFO] [stderr]    |
[INFO] [stderr]  5 | pub enum Token {
[INFO] [stderr]    |          ----- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 29 |     AssignSlash,
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Err` is never constructed
[INFO] [stderr]    --> src/parser.rs:102:5
[INFO] [stderr]     |
[INFO] [stderr]  94 | pub enum ExprAst {
[INFO] [stderr]     |          ------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 102 |     Err(String)
[INFO] [stderr]     |     ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `ExprAst` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Err` is never constructed
[INFO] [stderr]    --> src/parser.rs:141:5
[INFO] [stderr]     |
[INFO] [stderr] 138 | pub enum Ast {
[INFO] [stderr]     |          --- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 141 |     Err(String)
[INFO] [stderr]     |     ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Ast` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `kaleidoscope` (bin "kaleidoscope" test) generated 5 warnings (run `cargo fix --bin "kaleidoscope" --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/kaleidoscope-87f9a1016cd9a0a6)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test lexer::test::test_basic ... ok
[INFO] [stdout] test parser::test::test_cond_exprs ... ok
[INFO] [stdout] test codegen::test::test_compile_formula ... ok
[INFO] [stdout] test parser::test::test_nested_functions ... ok
[INFO] [stdout] test parser::test::test_binop_exprs ... FAILED
[INFO] [stdout] test parser::test::test_binop_unmatched - should panic ... ok
[INFO] [stderr] error: test failed, to rerun pass `--bin kaleidoscope`
[INFO] [stdout] test codegen::test::test_compile_cond ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- parser::test::test_binop_exprs stdout ----
[INFO] [stdout] `def`
[INFO] [stdout] <iden>
[INFO] [stdout] '('
[INFO] [stdout] <iden>
[INFO] [stdout] <iden>
[INFO] [stdout] <iden>
[INFO] [stdout] <iden>
[INFO] [stdout] ')'
[INFO] [stdout] <iden>
[INFO] [stdout] '+'
[INFO] [stdout] <iden>
[INFO] [stdout] '<'
[INFO] [stdout] <iden>
[INFO] [stdout] '-'
[INFO] [stdout] <iden>
[INFO] [stdout] `and`
[INFO] [stdout] <iden>
[INFO] [stdout] '>='
[INFO] [stdout] <iden>
[INFO] [stdout] <eof>
[INFO] [stdout] [Function(FunctionAst { prototype: PrototypeAst { name: "calculate8", args: ["a", "b", "c", "d"] }, body: Binary(BinaryAst { op: Lt, lhs: Binary(BinaryAst { op: Add, lhs: Variable("a"), rhs: Variable("b") }), rhs: Binary(BinaryAst { op: And, lhs: Binary(BinaryAst { op: Subtract, lhs: Variable("c"), rhs: Variable("d") }), rhs: Binary(BinaryAst { op: Geq, lhs: Variable("a"), rhs: Variable("c") }) }) }) })]
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::test::test_binop_exprs' panicked at src/parser.rs:550:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: [Function(FunctionAst { prototype: PrototypeAst { name: "calculate8", args: ["a", "b", "c", "d"] }, body: Binary(BinaryAst { op: Lt, lhs: Binary(BinaryAst { op: Add, lhs: Variable("a"), rhs: Variable("b") }), rhs: Binary(BinaryAst { op: And, lhs: Binary(BinaryAst { op: Subtract, lhs: Variable("c"), rhs: Variable("d") }), rhs: Binary(BinaryAst { op: Geq, lhs: Variable("a"), rhs: Variable("c") }) }) }) })]
[INFO] [stdout]  right: [Function(FunctionAst { prototype: PrototypeAst { name: "calculate8", args: ["a", "b", "c", "d"] }, body: Binary(BinaryAst { op: And, lhs: Binary(BinaryAst { op: Lt, lhs: Binary(BinaryAst { op: Add, lhs: Variable("a"), rhs: Variable("b") }), rhs: Binary(BinaryAst { op: Subtract, lhs: Variable("c"), rhs: Variable("d") }) }), rhs: Binary(BinaryAst { op: Geq, lhs: Variable("a"), rhs: Variable("c") }) }) })]
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x561ebc50fb72 - 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:     0x561ebc50fb72 - 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:     0x561ebc50fb72 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x561ebc50fb72 - <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:     0x561ebc536243 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x561ebc536243 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x561ebc50caf3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x561ebc50caf3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x561ebc50f9c2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x561ebc5110e9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x561ebc510f1e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x561ebc4d94f4 - <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:     0x561ebc4d94f4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x561ebc511abe - <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:     0x561ebc511abe - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x561ebc51188a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x561ebc510069 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x561ebc51151d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x561ebc5348e0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x561ebc534c33 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x561ebc493191 - core::panicking::assert_failed::h98a7561af68bd428
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x561ebc49b281 - kaleidoscope::parser::test::test_binop_exprs::h51dffaebeadcfd8b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:550:9
[INFO] [stdout]   22:     0x561ebc49ac87 - kaleidoscope::parser::test::test_binop_exprs::{{closure}}::h398fef01a618e1ba
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:429:30
[INFO] [stdout]   23:     0x561ebc491866 - core::ops::function::FnOnce::call_once::he60e48ff9579d25d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x561ebc4ded5b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x561ebc4ded5b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x561ebc4dde95 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x561ebc4dde95 - <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:     0x561ebc4dde95 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x561ebc4dde95 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x561ebc4dde95 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x561ebc4dde95 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x561ebc4dde95 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x561ebc4a1a94 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x561ebc4a1a94 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x561ebc4a546a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x561ebc4a546a - <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:     0x561ebc4a546a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x561ebc4a546a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x561ebc4a546a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x561ebc4a546a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x561ebc4a546a - 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:     0x561ebc514a3f - <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:     0x561ebc514a3f - 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:     0x715ac5162aa4 - <unknown>
[INFO] [stdout]   45:     0x715ac51efa34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- codegen::test::test_compile_cond stdout ----
[INFO] [stdout] `extern`
[INFO] [stdout] <iden>
[INFO] [stdout] '('
[INFO] [stdout] <iden>
[INFO] [stdout] ')'
[INFO] [stdout] `def`
[INFO] [stdout] <iden>
[INFO] [stdout] '('
[INFO] [stdout] <iden>
[INFO] [stdout] <iden>
[INFO] [stdout] ')'
[INFO] [stdout] `if`
[INFO] [stdout] '('
[INFO] [stdout] <iden>
[INFO] [stdout] '=='
[INFO] [stdout] <iden>
[INFO] [stdout] `then`
[INFO] [stdout] '('
[INFO] [stdout] `if`
[INFO] [stdout] '('
[INFO] [stdout] <iden>
[INFO] [stdout] '<'
[INFO] [stdout] 10
[INFO] [stdout] `then`
[INFO] [stdout] '('
[INFO] [stdout] <iden>
[INFO] [stdout] '+'
[INFO] [stdout] <iden>
[INFO] [stdout] '+'
[INFO] [stdout] 10
[INFO] [stdout] `else`
[INFO] [stdout] 10
[INFO] [stdout] `else`
[INFO] [stdout] '('
[INFO] [stdout] <iden>
[INFO] [stdout] '+'
[INFO] [stdout] 50
[INFO] [stdout] '*'
[INFO] [stdout] 2
[INFO] [stdout] `def`
[INFO] [stdout] <iden>
[INFO] [stdout] '('
[INFO] [stdout] <iden>
[INFO] [stdout] ')'
[INFO] [stdout] `for`
[INFO] [stdout] <iden>
[INFO] [stdout] `in`
[INFO] [stdout] 0
[INFO] [stdout] `to`
[INFO] [stdout] <iden>
[INFO] [stdout] 
[INFO] [stdout] thread 'codegen::test::test_compile_cond' panicked at src/lexer.rs:239:30:
[INFO] [stdout] Invalid or unknown character: ':'
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x561ebc50fb72 - 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:     0x561ebc50fb72 - 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:     0x561ebc50fb72 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x561ebc50fb72 - <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:     0x561ebc536243 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x561ebc536243 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x561ebc50caf3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x561ebc50caf3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x561ebc50f9c2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x561ebc5110e9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x561ebc510f1e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x561ebc4d94f4 - <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:     0x561ebc4d94f4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x561ebc511abe - <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:     0x561ebc511abe - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x561ebc51188a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x561ebc510069 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x561ebc51151d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x561ebc5348e0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x561ebc4905d6 - kaleidoscope::lexer::Lexer<R>::read_misc_token::ha63626dd9c6e6d39
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lexer.rs:239:30
[INFO] [stdout]   20:     0x561ebc4906e2 - kaleidoscope::lexer::Lexer<R>::read_token::hf892fc8e962bded2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lexer.rs:267:18
[INFO] [stdout]   21:     0x561ebc48944f - kaleidoscope::parser::Parser<R>::peek_token::hca8fdc9cecc5d1e8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:157:55
[INFO] [stdout]   22:     0x561ebc489808 - kaleidoscope::parser::Parser<R>::parse_iden_expr::he55b195799e48690
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:182:26
[INFO] [stdout]   23:     0x561ebc48a927 - kaleidoscope::parser::Parser<R>::parse_binop_lhs::h5d784eee7923efe4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:264:39
[INFO] [stdout]   24:     0x561ebc48aed3 - kaleidoscope::parser::Parser<R>::parse_expr::hb350f45b22f12406
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:305:25
[INFO] [stdout]   25:     0x561ebc48a190 - kaleidoscope::parser::Parser<R>::parse_for_expr::hebd787a4b6962b18
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:242:29
[INFO] [stdout]   26:     0x561ebc48a8df - kaleidoscope::parser::Parser<R>::parse_binop_lhs::h5d784eee7923efe4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:266:32
[INFO] [stdout]   27:     0x561ebc48aed3 - kaleidoscope::parser::Parser<R>::parse_expr::hb350f45b22f12406
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:305:25
[INFO] [stdout]   28:     0x561ebc48b437 - kaleidoscope::parser::Parser<R>::parse_function::h79ebd54d272942a2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:348:23
[INFO] [stdout]   29:     0x561ebc48b187 - kaleidoscope::parser::Parser<R>::parse::hc169415174e28c10
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:329:50
[INFO] [stdout]   30:     0x561ebc49850d - kaleidoscope::codegen::test::test_compile_cond::h9b826a5ebc9c5e40
[INFO] [stdout]                                at /opt/rustwide/workdir/src/codegen.rs:291:52
[INFO] [stdout]   31:     0x561ebc498467 - kaleidoscope::codegen::test::test_compile_cond::{{closure}}::hdad4483dd90a89ae
[INFO] [stdout]                                at /opt/rustwide/workdir/src/codegen.rs:277:31
[INFO] [stdout]   32:     0x561ebc4915d6 - core::ops::function::FnOnce::call_once::h73689c195d0f3d5f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   33:     0x561ebc4ded5b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   34:     0x561ebc4ded5b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   35:     0x561ebc4dde95 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   36:     0x561ebc4dde95 - <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]   37:     0x561ebc4dde95 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x561ebc4dde95 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x561ebc4dde95 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x561ebc4dde95 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   41:     0x561ebc4dde95 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   42:     0x561ebc4a1a94 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   43:     0x561ebc4a1a94 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   44:     0x561ebc4a546a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   45:     0x561ebc4a546a - <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]   46:     0x561ebc4a546a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   47:     0x561ebc4a546a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   48:     0x561ebc4a546a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x561ebc4a546a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   50:     0x561ebc4a546a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   51:     0x561ebc514a3f - <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]   52:     0x561ebc514a3f - 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]   53:     0x715ac5162aa4 - <unknown>
[INFO] [stdout]   54:     0x715ac51efa34 - clone
[INFO] [stdout]   55:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     codegen::test::test_compile_cond
[INFO] [stdout]     parser::test::test_binop_exprs
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "afd79269f96f5ba599256d361cae94b64d2a2d13d96110b4644539bce77098fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "afd79269f96f5ba599256d361cae94b64d2a2d13d96110b4644539bce77098fb", kill_on_drop: false }`
[INFO] [stdout] afd79269f96f5ba599256d361cae94b64d2a2d13d96110b4644539bce77098fb
