[INFO] cloning repository https://github.com/strangelovephd/rusty_interpreter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/strangelovephd/rusty_interpreter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstrangelovephd%2Frusty_interpreter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstrangelovephd%2Frusty_interpreter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 422e6cf00cb9681f0b308a4a7c977f7d1bd733e2 [INFO] testing strangelovephd/rusty_interpreter against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstrangelovephd%2Frusty_interpreter" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/strangelovephd/rusty_interpreter on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/strangelovephd/rusty_interpreter [INFO] finished tweaking git repo https://github.com/strangelovephd/rusty_interpreter [INFO] tweaked toml for git repo https://github.com/strangelovephd/rusty_interpreter written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/strangelovephd/rusty_interpreter already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e8dc7a30900e3a3423bc3333cc0bacee950a40d90481b55475494c28f89afb73 [INFO] running `Command { std: "docker" "start" "-a" "e8dc7a30900e3a3423bc3333cc0bacee950a40d90481b55475494c28f89afb73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e8dc7a30900e3a3423bc3333cc0bacee950a40d90481b55475494c28f89afb73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8dc7a30900e3a3423bc3333cc0bacee950a40d90481b55475494c28f89afb73", kill_on_drop: false }` [INFO] [stdout] e8dc7a30900e3a3423bc3333cc0bacee950a40d90481b55475494c28f89afb73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 94eda64975fd59a06a7cb509a784e99bf6a17396adaa18def69eddca248521c9 [INFO] running `Command { std: "docker" "start" "-a" "94eda64975fd59a06a7cb509a784e99bf6a17396adaa18def69eddca248521c9", kill_on_drop: false }` [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling rusty_interpreter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct is never constructed: `LexerError` [INFO] [stdout] --> src/token.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct LexerError { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Illegal` [INFO] [stdout] --> src/token.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | Illegal(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TokenType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/token.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Clone, Debug, Eq, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IllegalIdent` [INFO] [stdout] --> src/token.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | IllegalIdent(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TokenType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/token.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Clone, Debug, Eq, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ident` [INFO] [stdout] --> src/token.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | Ident(String), [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TokenType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/token.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Clone, Debug, Eq, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Int` [INFO] [stdout] --> src/token.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | Int(i32), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TokenType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/token.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Clone, Debug, Eq, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `look_up_token` [INFO] [stdout] --> src/token.rs:63:8 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn look_up_token(tok: &str) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/token.rs:78:12 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn new(tt: TokenType, lit: String) -> Token { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `look_up_keyword` [INFO] [stdout] --> src/token.rs:101:8 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn look_up_keyword(kw: &str) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Lexer` [INFO] [stdout] --> src/lexer.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Lexer { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/lexer.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn new(i: Vec) -> Lexer { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read_char` [INFO] [stdout] --> src/lexer.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | fn read_char(&mut self) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `next_token` [INFO] [stdout] --> src/lexer.rs:75:12 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn next_token(&mut self) -> TokenType { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_letter` [INFO] [stdout] --> src/lexer.rs:104:8 [INFO] [stdout] | [INFO] [stdout] 104 | fn is_letter(ch: &u8) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_char` [INFO] [stdout] --> src/lexer.rs:109:8 [INFO] [stdout] | [INFO] [stdout] 109 | fn is_char(ch: &char) -> bool { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read_identifier` [INFO] [stdout] --> src/lexer.rs:113:8 [INFO] [stdout] | [INFO] [stdout] 113 | fn read_identifier(&mut self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `skip_whitespace` [INFO] [stdout] --> src/lexer.rs:124:8 [INFO] [stdout] | [INFO] [stdout] 124 | fn skip_whitespace(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `read_number` [INFO] [stdout] --> src/lexer.rs:131:8 [INFO] [stdout] | [INFO] [stdout] 131 | fn read_number(&mut self) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_digit` [INFO] [stdout] --> src/lexer.rs:146:8 [INFO] [stdout] | [INFO] [stdout] 146 | fn is_digit(byte: &char) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ILLEGAL` [INFO] [stdout] --> src/token.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | pub const ILLEGAL: &str = "ILLEGAL"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EOF` [INFO] [stdout] --> src/token.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | pub const EOF: &str = "EOF"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IDENT` [INFO] [stdout] --> src/token.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 113 | pub const IDENT: &str = "IDENT"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT` [INFO] [stdout] --> src/token.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 114 | pub const INT: &str = "INT"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ASSIGN` [INFO] [stdout] --> src/token.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | pub const ASSIGN: &str = "="; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PLUS` [INFO] [stdout] --> src/token.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | pub const PLUS: &str = "+"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `COMMA` [INFO] [stdout] --> src/token.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | pub const COMMA: &str = ","; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SEMICOLON` [INFO] [stdout] --> src/token.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | pub const SEMICOLON: &str = ";"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LPAREN` [INFO] [stdout] --> src/token.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | pub const LPAREN: &str = "("; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `RPAREN` [INFO] [stdout] --> src/token.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | pub const RPAREN: &str = ")"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LBRACE` [INFO] [stdout] --> src/token.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | pub const LBRACE: &str = "{"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `RBRACE` [INFO] [stdout] --> src/token.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | pub const RBRACE: &str = "}"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FUNCTION` [INFO] [stdout] --> src/token.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | pub const FUNCTION: &str = "FUNCTION"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LET` [INFO] [stdout] --> src/token.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 132 | pub const LET: &str = "LET"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.14s [INFO] running `Command { std: "docker" "inspect" "94eda64975fd59a06a7cb509a784e99bf6a17396adaa18def69eddca248521c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94eda64975fd59a06a7cb509a784e99bf6a17396adaa18def69eddca248521c9", kill_on_drop: false }` [INFO] [stdout] 94eda64975fd59a06a7cb509a784e99bf6a17396adaa18def69eddca248521c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 94a555c7171aff2d2f0f664b07b36e6200d3d5f9267057e30556b12389008f04 [INFO] running `Command { std: "docker" "start" "-a" "94a555c7171aff2d2f0f664b07b36e6200d3d5f9267057e30556b12389008f04", kill_on_drop: false }` [INFO] [stderr] Compiling rusty_interpreter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `tests` [INFO] [stdout] --> src/token.rs:140:13 [INFO] [stdout] | [INFO] [stdout] 140 | let tests: Vec<&str> = vec![ [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_tests` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `LexerError` [INFO] [stdout] --> src/token.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct LexerError { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IllegalIdent` [INFO] [stdout] --> src/token.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | IllegalIdent(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TokenType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/token.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Clone, Debug, Eq, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_letter` [INFO] [stdout] --> src/lexer.rs:104:8 [INFO] [stdout] | [INFO] [stdout] 104 | fn is_letter(ch: &u8) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ILLEGAL` [INFO] [stdout] --> src/token.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | pub const ILLEGAL: &str = "ILLEGAL"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EOF` [INFO] [stdout] --> src/token.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | pub const EOF: &str = "EOF"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IDENT` [INFO] [stdout] --> src/token.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 113 | pub const IDENT: &str = "IDENT"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `INT` [INFO] [stdout] --> src/token.rs:114:5 [INFO] [stdout] | [INFO] [stdout] 114 | pub const INT: &str = "INT"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ASSIGN` [INFO] [stdout] --> src/token.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | pub const ASSIGN: &str = "="; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `PLUS` [INFO] [stdout] --> src/token.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | pub const PLUS: &str = "+"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `COMMA` [INFO] [stdout] --> src/token.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | pub const COMMA: &str = ","; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SEMICOLON` [INFO] [stdout] --> src/token.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | pub const SEMICOLON: &str = ";"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LPAREN` [INFO] [stdout] --> src/token.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | pub const LPAREN: &str = "("; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `RPAREN` [INFO] [stdout] --> src/token.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | pub const RPAREN: &str = ")"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LBRACE` [INFO] [stdout] --> src/token.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 127 | pub const LBRACE: &str = "{"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `RBRACE` [INFO] [stdout] --> src/token.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | pub const RBRACE: &str = "}"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FUNCTION` [INFO] [stdout] --> src/token.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 131 | pub const FUNCTION: &str = "FUNCTION"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LET` [INFO] [stdout] --> src/token.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 132 | pub const LET: &str = "LET"; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.68s [INFO] running `Command { std: "docker" "inspect" "94a555c7171aff2d2f0f664b07b36e6200d3d5f9267057e30556b12389008f04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94a555c7171aff2d2f0f664b07b36e6200d3d5f9267057e30556b12389008f04", kill_on_drop: false }` [INFO] [stdout] 94a555c7171aff2d2f0f664b07b36e6200d3d5f9267057e30556b12389008f04 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 83aa228d19661803529b0d4adb82863b0fde1c6bdf4055516bbd29a104efeb37 [INFO] running `Command { std: "docker" "start" "-a" "83aa228d19661803529b0d4adb82863b0fde1c6bdf4055516bbd29a104efeb37", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `tests` [INFO] [stderr] --> src/token.rs:140:13 [INFO] [stderr] | [INFO] [stderr] 140 | let tests: Vec<&str> = vec![ [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_tests` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `LexerError` [INFO] [stderr] --> src/token.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | pub struct LexerError { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `IllegalIdent` [INFO] [stderr] --> src/token.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | IllegalIdent(String), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TokenType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/token.rs:12:10 [INFO] [stderr] | [INFO] [stderr] 12 | #[derive(Clone, Debug, Eq, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `is_letter` [INFO] [stderr] --> src/lexer.rs:104:8 [INFO] [stderr] | [INFO] [stderr] 104 | fn is_letter(ch: &u8) -> bool { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `ILLEGAL` [INFO] [stderr] --> src/token.rs:109:5 [INFO] [stderr] | [INFO] [stderr] 109 | pub const ILLEGAL: &str = "ILLEGAL"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `EOF` [INFO] [stderr] --> src/token.rs:110:5 [INFO] [stderr] | [INFO] [stderr] 110 | pub const EOF: &str = "EOF"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `IDENT` [INFO] [stderr] --> src/token.rs:113:5 [INFO] [stderr] | [INFO] [stderr] 113 | pub const IDENT: &str = "IDENT"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `INT` [INFO] [stderr] --> src/token.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | pub const INT: &str = "INT"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `ASSIGN` [INFO] [stderr] --> src/token.rs:117:5 [INFO] [stderr] | [INFO] [stderr] 117 | pub const ASSIGN: &str = "="; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `PLUS` [INFO] [stderr] --> src/token.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | pub const PLUS: &str = "+"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `COMMA` [INFO] [stderr] --> src/token.rs:121:5 [INFO] [stderr] | [INFO] [stderr] 121 | pub const COMMA: &str = ","; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `SEMICOLON` [INFO] [stderr] --> src/token.rs:122:5 [INFO] [stderr] | [INFO] [stderr] 122 | pub const SEMICOLON: &str = ";"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `LPAREN` [INFO] [stderr] --> src/token.rs:125:5 [INFO] [stderr] | [INFO] [stderr] 125 | pub const LPAREN: &str = "("; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `RPAREN` [INFO] [stderr] --> src/token.rs:126:5 [INFO] [stderr] | [INFO] [stderr] 126 | pub const RPAREN: &str = ")"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `LBRACE` [INFO] [stderr] --> src/token.rs:127:5 [INFO] [stderr] | [INFO] [stderr] 127 | pub const LBRACE: &str = "{"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `RBRACE` [INFO] [stderr] --> src/token.rs:128:5 [INFO] [stderr] | [INFO] [stderr] 128 | pub const RBRACE: &str = "}"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `FUNCTION` [INFO] [stderr] --> src/token.rs:131:5 [INFO] [stderr] | [INFO] [stderr] 131 | pub const FUNCTION: &str = "FUNCTION"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant is never used: `LET` [INFO] [stderr] --> src/token.rs:132:5 [INFO] [stderr] | [INFO] [stderr] 132 | pub const LET: &str = "LET"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rusty_interpreter` (bin "rusty_interpreter" test) generated 18 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rusty_interpreter-065eefe0f9a30086) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test lexer::tests::next_token_test ... ok [INFO] [stdout] test token::tests::look_up_test ... ok [INFO] [stdout] test lexer::tests::next_token_test_2 ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- lexer::tests::next_token_test_2 stdout ---- [INFO] [stdout] Read: l [INFO] [stdout] nom whitespace [INFO] [stdout] Read: e [INFO] [stdout] Read: t [INFO] [stdout] Read: [INFO] [stdout] Identifier read: 0 to 3 [INFO] [stdout] Read: f [INFO] [stdout] lexer: Let [INFO] [stdout] test: Let [INFO] [stdout] [INFO] [stdout] nom whitespace [INFO] [stdout] Read: i [INFO] [stdout] Read: v [INFO] [stdout] Read: e [INFO] [stdout] Read: [INFO] [stdout] Identifier read: 4 to 8 [INFO] [stdout] Read: = [INFO] [stdout] lexer: Ident("five") [INFO] [stdout] test: Ident("five") [INFO] [stdout] [INFO] [stdout] nom whitespace [INFO] [stdout] Read: [INFO] [stdout] lexer: Assign [INFO] [stdout] test: Assign [INFO] [stdout] [INFO] [stdout] nom whitespace [INFO] [stdout] Read: 5 [INFO] [stdout] Read: ; [INFO] [stdout] Making int [INFO] [stdout] position: 11 to 12 [INFO] [stdout] 5 [INFO] [stdout] Read: [INFO] [stdout] [INFO] [stdout] lexer: Int(5) [INFO] [stdout] test: Int(5) [INFO] [stdout] [INFO] [stdout] nom whitespace [INFO] [stdout] Read: [INFO] [stdout] Read: [INFO] [stdout] Read: [INFO] [stdout] Read: [INFO] [stdout] Read: [INFO] [stdout] Read: [INFO] [stdout] Read: [INFO] [stdout] Read: [INFO] [stdout] Read: l [INFO] [stdout] Read: e [INFO] [stdout] Read: t [INFO] [stdout] Read: [INFO] [stdout] Identifier read: 22 to 25 [INFO] [stdout] Read: t [INFO] [stdout] lexer: Let [INFO] [stdout] test: Semicolon [INFO] [stdout] [INFO] [stdout] thread 'lexer::tests::next_token_test_2' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `Let`, [INFO] [stdout] right: `Semicolon`', src/lexer.rs:291:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55944738edcc - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55944738edcc - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55944738edcc - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55944738edcc - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x5594473b42ac - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55944738a6c8 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x559447391097 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x559447391097 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x559447391097 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x559447390dcb - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x5594473917ea - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x5594473914d7 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55944738f294 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x5594473911e9 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x559447320133 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x5594473b2e68 - core::panicking::assert_failed_inner::h6332a1b3f7595954 [INFO] [stdout] 16: 0x559447334eaa - core::panicking::assert_failed::hb7bae92377e6e6a6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x55944733415c - rusty_interpreter::lexer::tests::next_token_test_2::h95f6623b259f3de4 [INFO] [stdout] at /opt/rustwide/workdir/src/lexer.rs:291:13 [INFO] [stdout] 18: 0x559447330c7a - rusty_interpreter::lexer::tests::next_token_test_2::{{closure}}::h8551b81aa0faf4da [INFO] [stdout] at /opt/rustwide/workdir/src/lexer.rs:194:5 [INFO] [stdout] 19: 0x55944732d1ee - core::ops::function::FnOnce::call_once::hd8c04a990afaaafb [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x559447364df3 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x559447364df3 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x559447363b21 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 23: 0x559447363b21 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x559447363b21 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x559447363b21 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x559447363b21 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x559447363b21 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x559447363b21 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x55944736d401 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x55944736d401 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x559447339b5f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x559447339b5f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x559447339b5f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x559447339b5f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x559447339b5f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x559447339b5f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x559447339b5f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x559447397483 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x559447397483 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x559447397483 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fc69229d609 - start_thread [INFO] [stdout] 42: 0x7fc69206f293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] lexer::tests::next_token_test_2 [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin rusty_interpreter' [INFO] running `Command { std: "docker" "inspect" "83aa228d19661803529b0d4adb82863b0fde1c6bdf4055516bbd29a104efeb37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83aa228d19661803529b0d4adb82863b0fde1c6bdf4055516bbd29a104efeb37", kill_on_drop: false }` [INFO] [stdout] 83aa228d19661803529b0d4adb82863b0fde1c6bdf4055516bbd29a104efeb37