[INFO] cloning repository https://github.com/wade-cheng/rlsh
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wade-cheng/rlsh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwade-cheng%2Frlsh", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwade-cheng%2Frlsh'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d17652bf944051efd9cf5a37e3ecf2f96d8cfcef
[INFO] testing wade-cheng/rlsh against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwade-cheng%2Frlsh" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/wade-cheng/rlsh
[INFO] finished tweaking git repo https://github.com/wade-cheng/rlsh
[INFO] tweaked toml for git repo https://github.com/wade-cheng/rlsh written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wade-cheng/rlsh on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wade-cheng/rlsh 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7283331ef697ff0a148defe671c821871fc62035c3c4e4abdd97536ea2462482
[INFO] running `Command { std: "docker" "start" "-a" "7283331ef697ff0a148defe671c821871fc62035c3c4e4abdd97536ea2462482", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7283331ef697ff0a148defe671c821871fc62035c3c4e4abdd97536ea2462482", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7283331ef697ff0a148defe671c821871fc62035c3c4e4abdd97536ea2462482", kill_on_drop: false }`
[INFO] [stdout] 7283331ef697ff0a148defe671c821871fc62035c3c4e4abdd97536ea2462482
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9994cf817f04aa42175a127cd187950bbec0258edb2c0263ce02f3ad673c9081
[INFO] running `Command { std: "docker" "start" "-a" "9994cf817f04aa42175a127cd187950bbec0258edb2c0263ce02f3ad673c9081", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling whoami v1.6.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling rmp v0.8.14
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling rmp-serde v1.3.0
[INFO] [stderr]    Compiling rlsh v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `token`
[INFO] [stdout]   --> src/game/parser.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn insert(self, token: T, phrase: &str) -> Self {
[INFO] [stdout]    |                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_token`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `phrase`
[INFO] [stdout]   --> src/game/parser.rs:88:35
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn insert(self, token: T, phrase: &str) -> Self {
[INFO] [stdout]    |                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_phrase`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/game/parser.rs:125:23
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn get(&self, input: &str) -> Option<(T, Vec<String>)> {
[INFO] [stdout]     |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `action`
[INFO] [stdout]   --> src/game/mod.rs:48:19
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn act(&self, action: Action) {}
[INFO] [stdout]    |                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_action`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> src/game/mod.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 147 |     let f = fs::read_to_string(get_data_path());
[INFO] [stdout]     |         ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Config` is never constructed
[INFO] [stdout]   --> src/game/mod.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | struct Config {
[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 `Action` is never used
[INFO] [stdout]   --> src/game/mod.rs:24:6
[INFO] [stdout]    |
[INFO] [stdout] 24 | enum Action {
[INFO] [stdout]    |      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `act` is never used
[INFO] [stdout]   --> src/game/mod.rs:48:8
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl Entity {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] 48 |     fn act(&self, action: Action) {}
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `todo` is never read
[INFO] [stdout]   --> src/game/parser.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Parser<T> {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 23 |     todo: Vec<T>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_state` and `get_pid` are never used
[INFO] [stdout]    --> src/shell/job_list.rs:117:12
[INFO] [stdout]     |
[INFO] [stdout]  39 | impl JobList {
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 117 |     pub fn get_state(&self, jid: usize) -> Option<State> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |     pub fn get_pid(&self, jid: usize) -> Option<u32> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.52s
[INFO] running `Command { std: "docker" "inspect" "9994cf817f04aa42175a127cd187950bbec0258edb2c0263ce02f3ad673c9081", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9994cf817f04aa42175a127cd187950bbec0258edb2c0263ce02f3ad673c9081", kill_on_drop: false }`
[INFO] [stdout] 9994cf817f04aa42175a127cd187950bbec0258edb2c0263ce02f3ad673c9081
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 523ad517e28db7405ae476beb55ed29d3d88e552e45a865913684739cd4079e6
[INFO] running `Command { std: "docker" "start" "-a" "523ad517e28db7405ae476beb55ed29d3d88e552e45a865913684739cd4079e6", kill_on_drop: false }`
[INFO] [stderr]    Compiling rlsh v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `token`
[INFO] [stdout]   --> src/game/parser.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn insert(self, token: T, phrase: &str) -> Self {
[INFO] [stdout]    |                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_token`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `phrase`
[INFO] [stdout]   --> src/game/parser.rs:88:35
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn insert(self, token: T, phrase: &str) -> Self {
[INFO] [stdout]    |                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_phrase`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/game/parser.rs:125:23
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn get(&self, input: &str) -> Option<(T, Vec<String>)> {
[INFO] [stdout]     |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `action`
[INFO] [stdout]   --> src/game/mod.rs:48:19
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn act(&self, action: Action) {}
[INFO] [stdout]    |                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_action`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> src/game/mod.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 147 |     let f = fs::read_to_string(get_data_path());
[INFO] [stdout]     |         ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Config` is never constructed
[INFO] [stdout]   --> src/game/mod.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | struct Config {
[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 `Action` is never used
[INFO] [stdout]   --> src/game/mod.rs:24:6
[INFO] [stdout]    |
[INFO] [stdout] 24 | enum Action {
[INFO] [stdout]    |      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `act` is never used
[INFO] [stdout]   --> src/game/mod.rs:48:8
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl Entity {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] 48 |     fn act(&self, action: Action) {}
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `todo` is never read
[INFO] [stdout]   --> src/game/parser.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Parser<T> {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 23 |     todo: Vec<T>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_state` and `get_pid` are never used
[INFO] [stdout]    --> src/shell/job_list.rs:117:12
[INFO] [stdout]     |
[INFO] [stdout]  39 | impl JobList {
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 117 |     pub fn get_state(&self, jid: usize) -> Option<State> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |     pub fn get_pid(&self, jid: usize) -> Option<u32> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `token`
[INFO] [stdout]   --> src/game/parser.rs:88:25
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn insert(self, token: T, phrase: &str) -> Self {
[INFO] [stdout]    |                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_token`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `phrase`
[INFO] [stdout]   --> src/game/parser.rs:88:35
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn insert(self, token: T, phrase: &str) -> Self {
[INFO] [stdout]    |                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_phrase`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/game/parser.rs:125:23
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn get(&self, input: &str) -> Option<(T, Vec<String>)> {
[INFO] [stdout]     |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `action`
[INFO] [stdout]   --> src/game/mod.rs:48:19
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn act(&self, action: Action) {}
[INFO] [stdout]    |                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_action`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> src/game/mod.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 147 |     let f = fs::read_to_string(get_data_path());
[INFO] [stdout]     |         ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Config` is never constructed
[INFO] [stdout]   --> src/game/mod.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | struct Config {
[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 `Action` is never used
[INFO] [stdout]   --> src/game/mod.rs:24:6
[INFO] [stdout]    |
[INFO] [stdout] 24 | enum Action {
[INFO] [stdout]    |      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `act` is never used
[INFO] [stdout]   --> src/game/mod.rs:48:8
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl Entity {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] 48 |     fn act(&self, action: Action) {}
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `todo` is never read
[INFO] [stdout]   --> src/game/parser.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Parser<T> {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 23 |     todo: Vec<T>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.13s
[INFO] running `Command { std: "docker" "inspect" "523ad517e28db7405ae476beb55ed29d3d88e552e45a865913684739cd4079e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "523ad517e28db7405ae476beb55ed29d3d88e552e45a865913684739cd4079e6", kill_on_drop: false }`
[INFO] [stdout] 523ad517e28db7405ae476beb55ed29d3d88e552e45a865913684739cd4079e6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a276549d383138f734e1969aef5cb8625c7cb36c3ee59755a5601f049eb63ccb
[INFO] running `Command { std: "docker" "start" "-a" "a276549d383138f734e1969aef5cb8625c7cb36c3ee59755a5601f049eb63ccb", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `token`
[INFO] [stderr]   --> src/game/parser.rs:88:25
[INFO] [stderr]    |
[INFO] [stderr] 88 |     pub fn insert(self, token: T, phrase: &str) -> Self {
[INFO] [stderr]    |                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_token`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `phrase`
[INFO] [stderr]   --> src/game/parser.rs:88:35
[INFO] [stderr]    |
[INFO] [stderr] 88 |     pub fn insert(self, token: T, phrase: &str) -> Self {
[INFO] [stderr]    |                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_phrase`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `input`
[INFO] [stderr]    --> src/game/parser.rs:125:23
[INFO] [stderr]     |
[INFO] [stderr] 125 |     pub fn get(&self, input: &str) -> Option<(T, Vec<String>)> {
[INFO] [stderr]     |                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `action`
[INFO] [stderr]   --> src/game/mod.rs:48:19
[INFO] [stderr]    |
[INFO] [stderr] 48 |     fn act(&self, action: Action) {}
[INFO] [stderr]    |                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_action`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `f`
[INFO] [stderr]    --> src/game/mod.rs:147:9
[INFO] [stderr]     |
[INFO] [stderr] 147 |     let f = fs::read_to_string(get_data_path());
[INFO] [stderr]     |         ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Config` is never constructed
[INFO] [stderr]   --> src/game/mod.rs:19:8
[INFO] [stderr]    |
[INFO] [stderr] 19 | struct Config {
[INFO] [stderr]    |        ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Action` is never used
[INFO] [stderr]   --> src/game/mod.rs:24:6
[INFO] [stderr]    |
[INFO] [stderr] 24 | enum Action {
[INFO] [stderr]    |      ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `act` is never used
[INFO] [stderr]   --> src/game/mod.rs:48:8
[INFO] [stderr]    |
[INFO] [stderr] 47 | impl Entity {
[INFO] [stderr]    | ----------- method in this implementation
[INFO] [stderr] 48 |     fn act(&self, action: Action) {}
[INFO] [stderr]    |        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `todo` is never read
[INFO] [stderr]   --> src/game/parser.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub struct Parser<T> {
[INFO] [stderr]    |            ------ field in this struct
[INFO] [stderr] 23 |     todo: Vec<T>,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `get_state` and `get_pid` are never used
[INFO] [stderr]    --> src/shell/job_list.rs:117:12
[INFO] [stderr]     |
[INFO] [stderr]  39 | impl JobList {
[INFO] [stderr]     | ------------ methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 117 |     pub fn get_state(&self, jid: usize) -> Option<State> {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 |     pub fn get_pid(&self, jid: usize) -> Option<u32> {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `rlsh` (lib) generated 10 warnings (run `cargo fix --lib -p rlsh` to apply 5 suggestions)
[INFO] [stderr] warning: `rlsh` (lib test) generated 9 warnings (9 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rlsh-af4ef0e72f89098c)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test shell::job_list::tests::get_jobs ... ok
[INFO] [stdout] test shell::job_list::tests::delete_jobs ... ok
[INFO] [stdout] test shell::job_list::tests::adding_jobs ... ok
[INFO] [stdout] test game::parser::tests::query_for_phrases - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rlsh-27b1666e7aa99ceb)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests rlsh
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/game/parser.rs - game::parser::Parser<T>::insert (line 66) ... FAILED
[INFO] [stdout] test src/game/parser.rs - game::parser::Parser<T>::get (line 96) ... FAILED
[INFO] [stdout] test src/game/parser.rs - game::parser::Parser<T>::insert (line 63) ... FAILED
[INFO] [stdout] test src/game/parser.rs - game::parser::Parser<T>::new (line 33) ... FAILED
[INFO] [stdout] test src/game/parser.rs - game::parser::Parser<T>::insert (line 72) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/game/parser.rs - game::parser::Parser<T>::insert (line 66) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Parser`
[INFO] [stdout]  --> src/game/parser.rs:67:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | Parser::new().insert((), "*incorrect symbols//");
[INFO] [stdout]   | ^^^^^^ use of undeclared type `Parser`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use rlsh::game::parser::Parser;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/game/parser.rs - game::parser::Parser<T>::get (line 96) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (67) panicked at /opt/rustwide/workdir/src/game/parser.rs:42:9:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e23dc88cb32 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e23dc88cb32 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e23dc88cb32 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5e23dc88cb32 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5e23dc89b6af - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5e23dc89b6af - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5e23dc86aef3 - std::io::default_write_fmt::hf7668c9f69c3a921
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e23dc86aef3 - std::io::Write::write_fmt::ha6503cd07dd1d506
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5e23dc870182 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5e23dc871a7c - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5e23dc8718d6 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x5e23dc872055 - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x5e23dc871eb6 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   13:     0x5e23dc8702b9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x5e23dc85f95d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x5e23dc89e750 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x5e23dc89e72c - core::panicking::panic::h5cbcc2ceb0950681
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:150:5
[INFO] [stdout]   17:     0x5e23dc85e94a - rlsh::game::parser::Parser<T>::new::hcc5516007032319c
[INFO] [stdout]   18:     0x5e23dc85ea19 - rust_out::main::_doctest_main_src_game_parser_rs_96_0::h1a1e76d5750b5d74
[INFO] [stdout]   19:     0x5e23dc85e9f6 - rust_out::main::hca4b1f7e004a5b5b
[INFO] [stdout]   20:     0x5e23dc85e893 - core::ops::function::FnOnce::call_once::hd1d9844f43ba9ade
[INFO] [stdout]   21:     0x5e23dc85e836 - std::sys::backtrace::__rust_begin_short_backtrace::h1b07d04bd89bf1d2
[INFO] [stdout]   22:     0x5e23dc85e819 - std::rt::lang_start::{{closure}}::h195b227e6d961974
[INFO] [stdout]   23:     0x5e23dc86c200 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::hfe01ef9c04091e5f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   24:     0x5e23dc86c200 - std::panicking::catch_unwind::do_call::h3720541c1dc2745c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   25:     0x5e23dc86c200 - std::panicking::catch_unwind::hf812e1c72a8544c2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   26:     0x5e23dc86c200 - std::panic::catch_unwind::h9e80dffea8831154
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   27:     0x5e23dc86c200 - std::rt::lang_start_internal::{{closure}}::h03410fa218b2c977
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:175:24
[INFO] [stdout]   28:     0x5e23dc86c200 - std::panicking::catch_unwind::do_call::hcc46efa18e4a9c15
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5e23dc86c200 - std::panicking::catch_unwind::hc0afbf6668eb863a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5e23dc86c200 - std::panic::catch_unwind::h9640c0d1343096b8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5e23dc86c200 - std::rt::lang_start_internal::hea659f61d058debe
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:171:5
[INFO] [stdout]   32:     0x5e23dc85e801 - std::rt::lang_start::h1eafb7a9125a057d
[INFO] [stdout]   33:     0x5e23dc85edd5 - main
[INFO] [stdout]   34:     0x71f50c5411ca - <unknown>
[INFO] [stdout]   35:     0x71f50c54128b - __libc_start_main
[INFO] [stdout]   36:     0x5e23dc85e715 - _start
[INFO] [stdout]   37:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/game/parser.rs - game::parser::Parser<T>::insert (line 63) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Parser`
[INFO] [stdout]  --> src/game/parser.rs:64:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | Parser::new().insert((), "[unclosed brace");
[INFO] [stdout]   | ^^^^^^ use of undeclared type `Parser`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use rlsh::game::parser::Parser;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/game/parser.rs - game::parser::Parser<T>::new (line 33) stdout ----
[INFO] [stdout] error[E0282]: type annotations needed for `Parser<_>`
[INFO] [stdout]  --> src/game/parser.rs:37:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | let parser = Parser::new();
[INFO] [stdout]   |     ^^^^^^   ------------- type must be known at this point
[INFO] [stdout]   |
[INFO] [stdout] help: consider giving `parser` an explicit type, where the type for type parameter `T` is specified
[INFO] [stdout]   |
[INFO] [stdout] 7 | let parser: Parser<T> = Parser::new();
[INFO] [stdout]   |           +++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/game/parser.rs - game::parser::Parser<T>::insert (line 72) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (82) panicked at /opt/rustwide/workdir/src/game/parser.rs:42:9:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f97e2ed7492 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f97e2ed7492 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f97e2ed7492 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5f97e2ed7492 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5f97e2ee600f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5f97e2ee600f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5f97e2eb63f3 - std::io::default_write_fmt::hf7668c9f69c3a921
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f97e2eb63f3 - std::io::Write::write_fmt::ha6503cd07dd1d506
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5f97e2ebb232 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5f97e2ebca5c - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5f97e2ebc8b6 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:328:9
[INFO] [stdout]   11:     0x5f97e2ebd035 - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:834:13
[INFO] [stdout]   12:     0x5f97e2ebce96 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   13:     0x5f97e2ebb369 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x5f97e2eaae5d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   15:     0x5f97e2ee8f40 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x5f97e2ee8f1c - core::panicking::panic::h5cbcc2ceb0950681
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:150:5
[INFO] [stdout]   17:     0x5f97e2eaaa0a - rlsh::game::parser::Parser<T>::new::hb67830e1a9581783
[INFO] [stdout]   18:     0x5f97e2eaaace - rust_out::main::_doctest_main_src_game_parser_rs_72_0::h9b684d7b9987956b
[INFO] [stdout]   19:     0x5f97e2eaaab6 - rust_out::main::hca4b1f7e004a5b5b
[INFO] [stdout]   20:     0x5f97e2eaa973 - core::ops::function::FnOnce::call_once::hd1d9844f43ba9ade
[INFO] [stdout]   21:     0x5f97e2eaa916 - std::sys::backtrace::__rust_begin_short_backtrace::h1b07d04bd89bf1d2
[INFO] [stdout]   22:     0x5f97e2eaa8f9 - std::rt::lang_start::{{closure}}::h195b227e6d961974
[INFO] [stdout]   23:     0x5f97e2eb72b0 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::hfe01ef9c04091e5f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   24:     0x5f97e2eb72b0 - std::panicking::catch_unwind::do_call::h3720541c1dc2745c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   25:     0x5f97e2eb72b0 - std::panicking::catch_unwind::hf812e1c72a8544c2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   26:     0x5f97e2eb72b0 - std::panic::catch_unwind::h9e80dffea8831154
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   27:     0x5f97e2eb72b0 - std::rt::lang_start_internal::{{closure}}::h03410fa218b2c977
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:175:24
[INFO] [stdout]   28:     0x5f97e2eb72b0 - std::panicking::catch_unwind::do_call::hcc46efa18e4a9c15
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5f97e2eb72b0 - std::panicking::catch_unwind::hc0afbf6668eb863a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5f97e2eb72b0 - std::panic::catch_unwind::h9640c0d1343096b8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5f97e2eb72b0 - std::rt::lang_start_internal::hea659f61d058debe
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:171:5
[INFO] [stdout]   32:     0x5f97e2eaa8e1 - std::rt::lang_start::h1eafb7a9125a057d
[INFO] [stdout]   33:     0x5f97e2eaab75 - main
[INFO] [stdout]   34:     0x7273ccfaf1ca - <unknown>
[INFO] [stdout]   35:     0x7273ccfaf28b - __libc_start_main
[INFO] [stdout]   36:     0x5f97e2eaa7f5 - _start
[INFO] [stdout]   37:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/game/parser.rs - game::parser::Parser<T>::get (line 96)
[INFO] [stdout]     src/game/parser.rs - game::parser::Parser<T>::insert (line 63)
[INFO] [stdout]     src/game/parser.rs - game::parser::Parser<T>::insert (line 66)
[INFO] [stdout]     src/game/parser.rs - game::parser::Parser<T>::insert (line 72)
[INFO] [stdout]     src/game/parser.rs - game::parser::Parser<T>::new (line 33)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.75s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.07s; merged doctests compilation took 0.32s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "a276549d383138f734e1969aef5cb8625c7cb36c3ee59755a5601f049eb63ccb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a276549d383138f734e1969aef5cb8625c7cb36c3ee59755a5601f049eb63ccb", kill_on_drop: false }`
[INFO] [stdout] a276549d383138f734e1969aef5cb8625c7cb36c3ee59755a5601f049eb63ccb
