[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 1.60.0 for beta-1.61-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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lazy_static v1.2.0 [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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1e1adb4d1518636ae33a151ea7ec771717a5a123e00d67a85e3d4bc5da986eb6 [INFO] running `Command { std: "docker" "start" "-a" "1e1adb4d1518636ae33a151ea7ec771717a5a123e00d67a85e3d4bc5da986eb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e1adb4d1518636ae33a151ea7ec771717a5a123e00d67a85e3d4bc5da986eb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e1adb4d1518636ae33a151ea7ec771717a5a123e00d67a85e3d4bc5da986eb6", kill_on_drop: false }` [INFO] [stdout] 1e1adb4d1518636ae33a151ea7ec771717a5a123e00d67a85e3d4bc5da986eb6 [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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a68514770062239bcbd047104b5754e5d9ff56a16c461eccbc34db5fa3fd2ef [INFO] running `Command { std: "docker" "start" "-a" "4a68514770062239bcbd047104b5754e5d9ff56a16c461eccbc34db5fa3fd2ef", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 4.78s [INFO] running `Command { std: "docker" "inspect" "4a68514770062239bcbd047104b5754e5d9ff56a16c461eccbc34db5fa3fd2ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a68514770062239bcbd047104b5754e5d9ff56a16c461eccbc34db5fa3fd2ef", kill_on_drop: false }` [INFO] [stdout] 4a68514770062239bcbd047104b5754e5d9ff56a16c461eccbc34db5fa3fd2ef [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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aa32771725e61500553aa60385b6b1e9d34573458234598abe90c8c2e0831b42 [INFO] running `Command { std: "docker" "start" "-a" "aa32771725e61500553aa60385b6b1e9d34573458234598abe90c8c2e0831b42", 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.55s [INFO] running `Command { std: "docker" "inspect" "aa32771725e61500553aa60385b6b1e9d34573458234598abe90c8c2e0831b42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa32771725e61500553aa60385b6b1e9d34573458234598abe90c8c2e0831b42", kill_on_drop: false }` [INFO] [stdout] aa32771725e61500553aa60385b6b1e9d34573458234598abe90c8c2e0831b42 [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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2692d1035077f98524f943f0a7de087a606e4a914b0be89ddd53b60756a18b04 [INFO] running `Command { std: "docker" "start" "-a" "2692d1035077f98524f943f0a7de087a606e4a914b0be89ddd53b60756a18b04", 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.00s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rusty_interpreter-0a5072bf46865d14) [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: 0x560de0f99f1d - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x560de0f99f1d - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x560de0f99f1d - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x560de0f99f1d - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x560de0fbf47c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x560de0f95818 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x560de0f9c1f7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x560de0f9c1f7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x560de0f9c1f7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x560de0f9bf2c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x560de0f9c949 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x560de0f9c637 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x560de0f9a3e4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x560de0f9c349 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x560de0f2b133 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x560de0fbe038 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x560de0f3fe7a - core::panicking::assert_failed::he7a64bb004add47a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x560de0f3f12c - rusty_interpreter::lexer::tests::next_token_test_2::h4e2f2d21bde26f3e [INFO] [stdout] at /opt/rustwide/workdir/src/lexer.rs:291:13 [INFO] [stdout] 18: 0x560de0f3bc4a - rusty_interpreter::lexer::tests::next_token_test_2::{{closure}}::h810e8681881efc40 [INFO] [stdout] at /opt/rustwide/workdir/src/lexer.rs:194:5 [INFO] [stdout] 19: 0x560de0f381ee - core::ops::function::FnOnce::call_once::hbd77ec3b62263162 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x560de0f6fe33 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x560de0f6fe33 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x560de0f6eb14 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x560de0f6eb14 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x560de0f6eb14 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x560de0f6eb14 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x560de0f6eb14 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x560de0f6eb14 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x560de0f6eb14 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x560de0f78431 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x560de0f78431 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x560de0f44aaf - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x560de0f44aaf - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x560de0f44aaf - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x560de0f44aaf - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x560de0f44aaf - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x560de0f44aaf - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x560de0f44aaf - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x560de0fa2633 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x560de0fa2633 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x560de0fa2633 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7f831e038609 - start_thread [INFO] [stdout] 42: 0x7f831de08163 - 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" "2692d1035077f98524f943f0a7de087a606e4a914b0be89ddd53b60756a18b04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2692d1035077f98524f943f0a7de087a606e4a914b0be89ddd53b60756a18b04", kill_on_drop: false }` [INFO] [stdout] 2692d1035077f98524f943f0a7de087a606e4a914b0be89ddd53b60756a18b04