[INFO] cloning repository https://github.com/jjbarr/talus
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jjbarr/talus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjjbarr%2Ftalus", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjjbarr%2Ftalus'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 917d6cf185d5699f6083d7f918dee662d71d8e1c
[INFO] testing jjbarr/talus against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjjbarr%2Ftalus" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jjbarr/talus
[INFO] finished tweaking git repo https://github.com/jjbarr/talus
[INFO] tweaked toml for git repo https://github.com/jjbarr/talus written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jjbarr/talus on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jjbarr/talus 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 21f3604398bb5398b5c46e461d8c2b25eead889c61ec21dfff6bd6ea023252af
[INFO] running `Command { std: "docker" "start" "21f3604398bb5398b5c46e461d8c2b25eead889c61ec21dfff6bd6ea023252af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "21f3604398bb5398b5c46e461d8c2b25eead889c61ec21dfff6bd6ea023252af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "21f3604398bb5398b5c46e461d8c2b25eead889c61ec21dfff6bd6ea023252af" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "21f3604398bb5398b5c46e461d8c2b25eead889c61ec21dfff6bd6ea023252af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "21f3604398bb5398b5c46e461d8c2b25eead889c61ec21dfff6bd6ea023252af" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.85
[INFO] [stderr]    Compiling anyhow v1.0.52
[INFO] [stderr]    Compiling quote v1.0.14
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling talus v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `left_op` is never used
[INFO] [stdout]    --> src/optab.rs:41:16
[INFO] [stdout]     |
[INFO] [stdout]  41 |           pub fn left_op(op: &[u8]) -> Option<(Op, u16)> {
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  68 | / op_table! {
[INFO] [stdout]  69 | |     left => {
[INFO] [stdout]  70 | |         b"-" => (Op::Neg, 14)
[INFO] [stdout]  71 | |     },
[INFO] [stdout] ...   |
[INFO] [stdout] 100 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `op_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `right_op` is never used
[INFO] [stdout]    --> src/optab.rs:48:16
[INFO] [stdout]     |
[INFO] [stdout]  48 |           pub fn right_op(op: &[u8]) -> Option<(u16, Op)> {
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  68 | / op_table! {
[INFO] [stdout]  69 | |     left => {
[INFO] [stdout]  70 | |         b"-" => (Op::Neg, 14)
[INFO] [stdout]  71 | |     },
[INFO] [stdout] ...   |
[INFO] [stdout] 100 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `op_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `infix_op` is never used
[INFO] [stdout]    --> src/optab.rs:55:16
[INFO] [stdout]     |
[INFO] [stdout]  55 |           pub fn infix_op(op: &[u8]) -> Option<(u16, Op, u16)> {
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  68 | / op_table! {
[INFO] [stdout]  69 | |     left => {
[INFO] [stdout]  70 | |         b"-" => (Op::Neg, 14)
[INFO] [stdout]  71 | |     },
[INFO] [stdout] ...   |
[INFO] [stdout] 100 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `op_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_op` is never used
[INFO] [stdout]    --> src/optab.rs:102:8
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub fn is_op(op: &[u8]) -> bool {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Token` is never used
[INFO] [stdout]   --> src/lexer.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub enum Token<'a> {
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `State` is never used
[INFO] [stdout]   --> src/lexer.rs:25:6
[INFO] [stdout]    |
[INFO] [stdout] 25 | enum State {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Lexer` is never constructed
[INFO] [stdout]   --> src/lexer.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct Lexer<'a> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LexError` is never used
[INFO] [stdout]   --> src/lexer.rs:39:10
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub enum LexError<'a> {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `lex_non_end` is never used
[INFO] [stdout]   --> src/lexer.rs:50:8
[INFO] [stdout]    |
[INFO] [stdout] 48 | impl<'a> Lexer<'a> {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] 49 |     //Helper function to deal with lexing anywhere prior to end of string
[INFO] [stdout] 50 |     fn lex_non_end(&mut self)-> Result<Token<'a>, LexError<'a>> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 4.11s
[INFO] running `Command { std: "docker" "inspect" "21f3604398bb5398b5c46e461d8c2b25eead889c61ec21dfff6bd6ea023252af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "21f3604398bb5398b5c46e461d8c2b25eead889c61ec21dfff6bd6ea023252af" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling talus v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `left_op` is never used
[INFO] [stdout]    --> src/optab.rs:41:16
[INFO] [stdout]     |
[INFO] [stdout]  41 |           pub fn left_op(op: &[u8]) -> Option<(Op, u16)> {
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  68 | / op_table! {
[INFO] [stdout]  69 | |     left => {
[INFO] [stdout]  70 | |         b"-" => (Op::Neg, 14)
[INFO] [stdout]  71 | |     },
[INFO] [stdout] ...   |
[INFO] [stdout] 100 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `op_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `right_op` is never used
[INFO] [stdout]    --> src/optab.rs:48:16
[INFO] [stdout]     |
[INFO] [stdout]  48 |           pub fn right_op(op: &[u8]) -> Option<(u16, Op)> {
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  68 | / op_table! {
[INFO] [stdout]  69 | |     left => {
[INFO] [stdout]  70 | |         b"-" => (Op::Neg, 14)
[INFO] [stdout]  71 | |     },
[INFO] [stdout] ...   |
[INFO] [stdout] 100 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `op_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `infix_op` is never used
[INFO] [stdout]    --> src/optab.rs:55:16
[INFO] [stdout]     |
[INFO] [stdout]  55 |           pub fn infix_op(op: &[u8]) -> Option<(u16, Op, u16)> {
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  68 | / op_table! {
[INFO] [stdout]  69 | |     left => {
[INFO] [stdout]  70 | |         b"-" => (Op::Neg, 14)
[INFO] [stdout]  71 | |     },
[INFO] [stdout] ...   |
[INFO] [stdout] 100 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `op_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_op` is never used
[INFO] [stdout]    --> src/optab.rs:102:8
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub fn is_op(op: &[u8]) -> bool {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Token` is never used
[INFO] [stdout]   --> src/lexer.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub enum Token<'a> {
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `State` is never used
[INFO] [stdout]   --> src/lexer.rs:25:6
[INFO] [stdout]    |
[INFO] [stdout] 25 | enum State {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Lexer` is never constructed
[INFO] [stdout]   --> src/lexer.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct Lexer<'a> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LexError` is never used
[INFO] [stdout]   --> src/lexer.rs:39:10
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub enum LexError<'a> {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `lex_non_end` is never used
[INFO] [stdout]   --> src/lexer.rs:50:8
[INFO] [stdout]    |
[INFO] [stdout] 48 | impl<'a> Lexer<'a> {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] 49 |     //Helper function to deal with lexing anywhere prior to end of string
[INFO] [stdout] 50 |     fn lex_non_end(&mut self)-> Result<Token<'a>, LexError<'a>> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/lexer.rs:142:9
[INFO] [stdout]     |
[INFO] [stdout] 142 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Token` is never used
[INFO] [stdout]   --> src/lexer.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub enum Token<'a> {
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `State` is never used
[INFO] [stdout]   --> src/lexer.rs:25:6
[INFO] [stdout]    |
[INFO] [stdout] 25 | enum State {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Lexer` is never constructed
[INFO] [stdout]   --> src/lexer.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct Lexer<'a> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LexError` is never used
[INFO] [stdout]   --> src/lexer.rs:39:10
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub enum LexError<'a> {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `lex_non_end` is never used
[INFO] [stdout]   --> src/lexer.rs:50:8
[INFO] [stdout]    |
[INFO] [stdout] 48 | impl<'a> Lexer<'a> {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] 49 |     //Helper function to deal with lexing anywhere prior to end of string
[INFO] [stdout] 50 |     fn lex_non_end(&mut self)-> Result<Token<'a>, LexError<'a>> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.36s
[INFO] running `Command { std: "docker" "inspect" "21f3604398bb5398b5c46e461d8c2b25eead889c61ec21dfff6bd6ea023252af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "21f3604398bb5398b5c46e461d8c2b25eead889c61ec21dfff6bd6ea023252af" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: function `left_op` is never used
[INFO] [stderr]    --> src/optab.rs:41:16
[INFO] [stderr]     |
[INFO] [stderr]  41 |           pub fn left_op(op: &[u8]) -> Option<(Op, u16)> {
[INFO] [stderr]     |                  ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  68 | / op_table! {
[INFO] [stderr]  69 | |     left => {
[INFO] [stderr]  70 | |         b"-" => (Op::Neg, 14)
[INFO] [stderr]  71 | |     },
[INFO] [stderr] ...   |
[INFO] [stderr] 100 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `op_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: function `right_op` is never used
[INFO] [stderr]    --> src/optab.rs:48:16
[INFO] [stderr]     |
[INFO] [stderr]  48 |           pub fn right_op(op: &[u8]) -> Option<(u16, Op)> {
[INFO] [stderr]     |                  ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  68 | / op_table! {
[INFO] [stderr]  69 | |     left => {
[INFO] [stderr]  70 | |         b"-" => (Op::Neg, 14)
[INFO] [stderr]  71 | |     },
[INFO] [stderr] ...   |
[INFO] [stderr] 100 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `op_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: function `infix_op` is never used
[INFO] [stderr]    --> src/optab.rs:55:16
[INFO] [stderr]     |
[INFO] [stderr]  55 |           pub fn infix_op(op: &[u8]) -> Option<(u16, Op, u16)> {
[INFO] [stderr]     |                  ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  68 | / op_table! {
[INFO] [stderr]  69 | |     left => {
[INFO] [stderr]  70 | |         b"-" => (Op::Neg, 14)
[INFO] [stderr]  71 | |     },
[INFO] [stderr] ...   |
[INFO] [stderr] 100 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `op_table` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: function `is_op` is never used
[INFO] [stderr]    --> src/optab.rs:102:8
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub fn is_op(op: &[u8]) -> bool {
[INFO] [stderr]     |        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Token` is never used
[INFO] [stderr]   --> src/lexer.rs:14:10
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub enum Token<'a> {
[INFO] [stderr]    |          ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `State` is never used
[INFO] [stderr]   --> src/lexer.rs:25:6
[INFO] [stderr]    |
[INFO] [stderr] 25 | enum State {
[INFO] [stderr]    |      ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Lexer` is never constructed
[INFO] [stderr]   --> src/lexer.rs:32:12
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub struct Lexer<'a> {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `LexError` is never used
[INFO] [stderr]   --> src/lexer.rs:39:10
[INFO] [stderr]    |
[INFO] [stderr] 39 | pub enum LexError<'a> {
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `lex_non_end` is never used
[INFO] [stderr]   --> src/lexer.rs:50:8
[INFO] [stderr]    |
[INFO] [stderr] 48 | impl<'a> Lexer<'a> {
[INFO] [stderr]    | ------------------ method in this implementation
[INFO] [stderr] 49 |     //Helper function to deal with lexing anywhere prior to end of string
[INFO] [stderr] 50 |     fn lex_non_end(&mut self)-> Result<Token<'a>, LexError<'a>> {
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `talus` (lib) generated 9 warnings
[INFO] [stderr] warning: unused import: `super::*`
[INFO] [stderr]    --> src/lexer.rs:142:9
[INFO] [stderr]     |
[INFO] [stderr] 142 |     use super::*;
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Token` is never used
[INFO] [stderr]   --> src/lexer.rs:14:10
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub enum Token<'a> {
[INFO] [stderr]    |          ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `talus` (lib test) generated 6 warnings (4 duplicates) (run `cargo fix --lib -p talus --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/talus-9c23eeb244e80306)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test optab::tests::test_left ... ok
[INFO] [stdout] test optab::tests::test_is_op ... ok
[INFO] [stdout] test optab::tests::test_infix ... FAILED
[INFO] [stdout] test optab::tests::test_right ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- optab::tests::test_infix stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'optab::tests::test_infix' (348) panicked at src/optab.rs:126:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Some((7, Lt, 13))
[INFO] [stdout]  right: Some((7, Lt, 14))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62113c469fa1 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x62113c47e42a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x62113c46e43c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x62113c446586 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x62113c4626b9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x62113c3feb70 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x62113c462872 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x62113c446632 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x62113c43efd9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x62113c44722d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x62113c47eb5c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x62113c47ea73 - core[7c831bd917ebf35f]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x62113c3f1c45 - core[7c831bd917ebf35f]::panicking::assert_failed::<core[7c831bd917ebf35f]::option::Option<(u16, talus[8d0ceae06eec3c85]::optab::Op, u16)>, core[7c831bd917ebf35f]::option::Option<(u16, talus[8d0ceae06eec3c85]::optab::Op, u16)>>
[INFO] [stdout]   13:     0x62113c3f1de7 - <talus[8d0ceae06eec3c85]::optab::tests::test_infix::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x62113c3f1e5b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x62113c3ff4c5 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x62113c3f8884 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x62113c402622 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x62113c469879 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7602a249807a - <unknown>
[INFO] [stdout]   20:     0x7602a252b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     optab::tests::test_infix
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "21f3604398bb5398b5c46e461d8c2b25eead889c61ec21dfff6bd6ea023252af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21f3604398bb5398b5c46e461d8c2b25eead889c61ec21dfff6bd6ea023252af", kill_on_drop: false }`
[INFO] [stdout] 21f3604398bb5398b5c46e461d8c2b25eead889c61ec21dfff6bd6ea023252af
