[INFO] cloning repository https://github.com/tkyk0317/rcc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tkyk0317/rcc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkyk0317%2Frcc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkyk0317%2Frcc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 31c8d77ac54c1a1adba4de79d4b028d695f63500
[INFO] testing tkyk0317/rcc against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftkyk0317%2Frcc" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tkyk0317/rcc
[INFO] finished tweaking git repo https://github.com/tkyk0317/rcc
[INFO] tweaked toml for git repo https://github.com/tkyk0317/rcc written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tkyk0317/rcc on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tkyk0317/rcc already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `rcc` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d13662137b3ceba1b80e9a50a653b7eeeba18e197349e63f6857a449c4aa82ff
[INFO] running `Command { std: "docker" "start" "d13662137b3ceba1b80e9a50a653b7eeeba18e197349e63f6857a449c4aa82ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d13662137b3ceba1b80e9a50a653b7eeeba18e197349e63f6857a449c4aa82ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d13662137b3ceba1b80e9a50a653b7eeeba18e197349e63f6857a449c4aa82ff" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d13662137b3ceba1b80e9a50a653b7eeeba18e197349e63f6857a449c4aa82ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d13662137b3ceba1b80e9a50a653b7eeeba18e197349e63f6857a449c4aa82ff" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `rcc` (manifest) generated 1 warning
[INFO] [stderr]    Compiling rcc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `mov_imm_dst`, `movb_src`, `mov_from_glb`, `movb_from_glb`, `mov_to_glb`, and `movb_to_glb` are never used
[INFO] [stdout]   --> src/arch/mod.rs:46:8
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Generator {
[INFO] [stdout]    |           --------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 46 |     fn mov_imm_dst(&self, dst: &str, n: i64, offset: i64) -> String;
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 47 |     fn movz(&self, src: &str, dst: &str) -> String;
[INFO] [stdout] 48 |     fn movb_src(&self, src: &str, dst: &str, n: i64) -> String;
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     fn mov_from_glb(&self, dst: &str, name: &str) -> String;
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 52 |     fn movb_from_glb(&self, dst: &str, name: &str) -> String;
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 53 |     fn mov_to_glb(&self, src: &str, name: &str) -> String;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 54 |     fn movb_to_glb(&self, src: &str, name: &str) -> String;
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `f_sym` is never read
[INFO] [stdout]   --> src/ast.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub struct AstGen<'a> {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 87 |     f_sym: HashMap<String, (Type, Structure)>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AstGen` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/asm.rs:883:25
[INFO] [stdout]     |
[INFO] [stdout] 883 |               _ => panic!(format!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 884 | |                 "asm.rs(generate_lvalue_address): Not Support AstType {:?}",
[INFO] [stdout] 885 | |                 a
[INFO] [stdout] 886 | |             )),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 883 ~             _ => panic!(
[INFO] [stdout] 884 |                 "asm.rs(generate_lvalue_address): Not Support AstType {:?}",
[INFO] [stdout] 885 |                 a
[INFO] [stdout] 886 ~             ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/asm.rs:926:29
[INFO] [stdout]     |
[INFO] [stdout] 926 |                 _ => panic!(format!("asm.rs(generate_post_inc): Not Support Structure {:?}", s)),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 926 -                 _ => panic!(format!("asm.rs(generate_post_inc): Not Support Structure {:?}", s)),
[INFO] [stdout] 926 +                 _ => panic!("asm.rs(generate_post_inc): Not Support Structure {:?}", s),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/asm.rs:928:25
[INFO] [stdout]     |
[INFO] [stdout] 928 |               _ => panic!(format!("asm.rs(generate_post_inc): Not Support AstType {:?}",
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 929 | |                 a
[INFO] [stdout] 930 | |             )),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 928 ~             _ => panic!("asm.rs(generate_post_inc): Not Support AstType {:?}",
[INFO] [stdout] 929 |                 a
[INFO] [stdout] 930 ~             ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/asm.rs:958:29
[INFO] [stdout]     |
[INFO] [stdout] 958 |                   _ => panic!(format!(
[INFO] [stdout]     |  _____________________________^
[INFO] [stdout] 959 | |                     "asm.rs(generate_post_dec): Not Support Structure {:?}",
[INFO] [stdout] 960 | |                     s
[INFO] [stdout] 961 | |                 )),
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 958 ~                 _ => panic!(
[INFO] [stdout] 959 |                     "asm.rs(generate_post_dec): Not Support Structure {:?}",
[INFO] [stdout] 960 |                     s
[INFO] [stdout] 961 ~                 ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/asm.rs:963:25
[INFO] [stdout]     |
[INFO] [stdout] 963 |               _ => panic!(format!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 964 | |                 "asm.rs(generate_post_dec): Not Support AstType {:?}",
[INFO] [stdout] 965 | |                 a
[INFO] [stdout] 966 | |             )),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 963 ~             _ => panic!(
[INFO] [stdout] 964 |                 "asm.rs(generate_post_dec): Not Support AstType {:?}",
[INFO] [stdout] 965 |                 a
[INFO] [stdout] 966 ~             ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/asm.rs:994:29
[INFO] [stdout]     |
[INFO] [stdout] 994 |                   _ => panic!(format!(
[INFO] [stdout]     |  _____________________________^
[INFO] [stdout] 995 | |                     "asm.rs(generate_pre_inc): Not Support Structure {:?}",
[INFO] [stdout] 996 | |                     s
[INFO] [stdout] 997 | |                 )),
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 994 ~                 _ => panic!(
[INFO] [stdout] 995 |                     "asm.rs(generate_pre_inc): Not Support Structure {:?}",
[INFO] [stdout] 996 |                     s
[INFO] [stdout] 997 ~                 ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/asm.rs:999:25
[INFO] [stdout]      |
[INFO] [stdout]  999 |               _ => panic!(format!(
[INFO] [stdout]      |  _________________________^
[INFO] [stdout] 1000 | |                 "asm.rs(generate_pre_inc): Not Support AstType {:?}",
[INFO] [stdout] 1001 | |                 a
[INFO] [stdout] 1002 | |             )),
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]      = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]      |
[INFO] [stdout]  999 ~             _ => panic!(
[INFO] [stdout] 1000 |                 "asm.rs(generate_pre_inc): Not Support AstType {:?}",
[INFO] [stdout] 1001 |                 a
[INFO] [stdout] 1002 ~             ),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/asm.rs:1030:29
[INFO] [stdout]      |
[INFO] [stdout] 1030 |                   _ => panic!(format!(
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1031 | |                     "asm.rs(generate_pre_dec): Not Support Structure {:?}",
[INFO] [stdout] 1032 | |                     s
[INFO] [stdout] 1033 | |                 )),
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]      = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]      |
[INFO] [stdout] 1030 ~                 _ => panic!(
[INFO] [stdout] 1031 |                     "asm.rs(generate_pre_dec): Not Support Structure {:?}",
[INFO] [stdout] 1032 |                     s
[INFO] [stdout] 1033 ~                 ),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/asm.rs:1035:25
[INFO] [stdout]      |
[INFO] [stdout] 1035 |               _ => panic!(format!(
[INFO] [stdout]      |  _________________________^
[INFO] [stdout] 1036 | |                 "asm.rs(generate_pre_dec): Not Support AstType {:?}",
[INFO] [stdout] 1037 | |                 a
[INFO] [stdout] 1038 | |             )),
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]      = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]      |
[INFO] [stdout] 1035 ~             _ => panic!(
[INFO] [stdout] 1036 |                 "asm.rs(generate_pre_dec): Not Support AstType {:?}",
[INFO] [stdout] 1037 |                 a
[INFO] [stdout] 1038 ~             ),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lexer.rs:15:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub fn new(n: String, i: &'a str) -> LexicalAnalysis {
[INFO] [stdout]    |                               --         ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub fn new(n: String, i: &'a str) -> LexicalAnalysis<'a> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
[INFO] running `Command { std: "docker" "inspect" "d13662137b3ceba1b80e9a50a653b7eeeba18e197349e63f6857a449c4aa82ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d13662137b3ceba1b80e9a50a653b7eeeba18e197349e63f6857a449c4aa82ff" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `rcc` (manifest) generated 1 warning
[INFO] [stderr]    Compiling rcc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `mov_imm_dst`, `movb_src`, `mov_from_glb`, `movb_from_glb`, `mov_to_glb`, and `movb_to_glb` are never used
[INFO] [stdout]   --> src/arch/mod.rs:46:8
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Generator {
[INFO] [stdout]    |           --------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 46 |     fn mov_imm_dst(&self, dst: &str, n: i64, offset: i64) -> String;
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 47 |     fn movz(&self, src: &str, dst: &str) -> String;
[INFO] [stdout] 48 |     fn movb_src(&self, src: &str, dst: &str, n: i64) -> String;
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     fn mov_from_glb(&self, dst: &str, name: &str) -> String;
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 52 |     fn movb_from_glb(&self, dst: &str, name: &str) -> String;
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 53 |     fn mov_to_glb(&self, src: &str, name: &str) -> String;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 54 |     fn movb_to_glb(&self, src: &str, name: &str) -> String;
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `f_sym` is never read
[INFO] [stdout]   --> src/ast.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub struct AstGen<'a> {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 87 |     f_sym: HashMap<String, (Type, Structure)>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AstGen` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/asm.rs:883:25
[INFO] [stdout]     |
[INFO] [stdout] 883 |               _ => panic!(format!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 884 | |                 "asm.rs(generate_lvalue_address): Not Support AstType {:?}",
[INFO] [stdout] 885 | |                 a
[INFO] [stdout] 886 | |             )),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 883 ~             _ => panic!(
[INFO] [stdout] 884 |                 "asm.rs(generate_lvalue_address): Not Support AstType {:?}",
[INFO] [stdout] 885 |                 a
[INFO] [stdout] 886 ~             ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/asm.rs:926:29
[INFO] [stdout]     |
[INFO] [stdout] 926 |                 _ => panic!(format!("asm.rs(generate_post_inc): Not Support Structure {:?}", s)),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 926 -                 _ => panic!(format!("asm.rs(generate_post_inc): Not Support Structure {:?}", s)),
[INFO] [stdout] 926 +                 _ => panic!("asm.rs(generate_post_inc): Not Support Structure {:?}", s),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/asm.rs:928:25
[INFO] [stdout]     |
[INFO] [stdout] 928 |               _ => panic!(format!("asm.rs(generate_post_inc): Not Support AstType {:?}",
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 929 | |                 a
[INFO] [stdout] 930 | |             )),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 928 ~             _ => panic!("asm.rs(generate_post_inc): Not Support AstType {:?}",
[INFO] [stdout] 929 |                 a
[INFO] [stdout] 930 ~             ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/asm.rs:958:29
[INFO] [stdout]     |
[INFO] [stdout] 958 |                   _ => panic!(format!(
[INFO] [stdout]     |  _____________________________^
[INFO] [stdout] 959 | |                     "asm.rs(generate_post_dec): Not Support Structure {:?}",
[INFO] [stdout] 960 | |                     s
[INFO] [stdout] 961 | |                 )),
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 958 ~                 _ => panic!(
[INFO] [stdout] 959 |                     "asm.rs(generate_post_dec): Not Support Structure {:?}",
[INFO] [stdout] 960 |                     s
[INFO] [stdout] 961 ~                 ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/asm.rs:963:25
[INFO] [stdout]     |
[INFO] [stdout] 963 |               _ => panic!(format!(
[INFO] [stdout]     |  _________________________^
[INFO] [stdout] 964 | |                 "asm.rs(generate_post_dec): Not Support AstType {:?}",
[INFO] [stdout] 965 | |                 a
[INFO] [stdout] 966 | |             )),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 963 ~             _ => panic!(
[INFO] [stdout] 964 |                 "asm.rs(generate_post_dec): Not Support AstType {:?}",
[INFO] [stdout] 965 |                 a
[INFO] [stdout] 966 ~             ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/asm.rs:994:29
[INFO] [stdout]     |
[INFO] [stdout] 994 |                   _ => panic!(format!(
[INFO] [stdout]     |  _____________________________^
[INFO] [stdout] 995 | |                     "asm.rs(generate_pre_inc): Not Support Structure {:?}",
[INFO] [stdout] 996 | |                     s
[INFO] [stdout] 997 | |                 )),
[INFO] [stdout]     | |_________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 994 ~                 _ => panic!(
[INFO] [stdout] 995 |                     "asm.rs(generate_pre_inc): Not Support Structure {:?}",
[INFO] [stdout] 996 |                     s
[INFO] [stdout] 997 ~                 ),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/asm.rs:999:25
[INFO] [stdout]      |
[INFO] [stdout]  999 |               _ => panic!(format!(
[INFO] [stdout]      |  _________________________^
[INFO] [stdout] 1000 | |                 "asm.rs(generate_pre_inc): Not Support AstType {:?}",
[INFO] [stdout] 1001 | |                 a
[INFO] [stdout] 1002 | |             )),
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]      = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]      |
[INFO] [stdout]  999 ~             _ => panic!(
[INFO] [stdout] 1000 |                 "asm.rs(generate_pre_inc): Not Support AstType {:?}",
[INFO] [stdout] 1001 |                 a
[INFO] [stdout] 1002 ~             ),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/asm.rs:1030:29
[INFO] [stdout]      |
[INFO] [stdout] 1030 |                   _ => panic!(format!(
[INFO] [stdout]      |  _____________________________^
[INFO] [stdout] 1031 | |                     "asm.rs(generate_pre_dec): Not Support Structure {:?}",
[INFO] [stdout] 1032 | |                     s
[INFO] [stdout] 1033 | |                 )),
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]      = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]      |
[INFO] [stdout] 1030 ~                 _ => panic!(
[INFO] [stdout] 1031 |                     "asm.rs(generate_pre_dec): Not Support Structure {:?}",
[INFO] [stdout] 1032 |                     s
[INFO] [stdout] 1033 ~                 ),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]     --> src/asm.rs:1035:25
[INFO] [stdout]      |
[INFO] [stdout] 1035 |               _ => panic!(format!(
[INFO] [stdout]      |  _________________________^
[INFO] [stdout] 1036 | |                 "asm.rs(generate_pre_dec): Not Support AstType {:?}",
[INFO] [stdout] 1037 | |                 a
[INFO] [stdout] 1038 | |             )),
[INFO] [stdout]      | |_____________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]      = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]      |
[INFO] [stdout] 1035 ~             _ => panic!(
[INFO] [stdout] 1036 |                 "asm.rs(generate_pre_dec): Not Support AstType {:?}",
[INFO] [stdout] 1037 |                 a
[INFO] [stdout] 1038 ~             ),
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/lexer.rs:15:42
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub fn new(n: String, i: &'a str) -> LexicalAnalysis {
[INFO] [stdout]    |                               --         ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub fn new(n: String, i: &'a str) -> LexicalAnalysis<'a> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/main.rs:102:38
[INFO] [stdout]     |
[INFO] [stdout] 102 |                     Err(e) => panic!(e),
[INFO] [stdout]     |                                      ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 102 |                     Err(e) => panic!("{}", e),
[INFO] [stdout]     |                                      +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout] 102 -                     Err(e) => panic!(e),
[INFO] [stdout] 102 +                     Err(e) => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/main.rs:109:46
[INFO] [stdout]     |
[INFO] [stdout] 109 | ...                   Err(e) => panic!(e),
[INFO] [stdout]     |                                        ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 109 |                             Err(e) => panic!("{}", e),
[INFO] [stdout]     |                                              +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout] 109 -                             Err(e) => panic!(e),
[INFO] [stdout] 109 +                             Err(e) => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.80s
[INFO] running `Command { std: "docker" "inspect" "d13662137b3ceba1b80e9a50a653b7eeeba18e197349e63f6857a449c4aa82ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d13662137b3ceba1b80e9a50a653b7eeeba18e197349e63f6857a449c4aa82ff" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `rcc` (manifest) generated 1 warning
[INFO] [stderr] warning: methods `mov_imm_dst`, `movb_src`, `mov_from_glb`, `movb_from_glb`, `mov_to_glb`, and `movb_to_glb` are never used
[INFO] [stderr]   --> src/arch/mod.rs:46:8
[INFO] [stderr]    |
[INFO] [stderr]  4 | pub trait Generator {
[INFO] [stderr]    |           --------- methods in this trait
[INFO] [stderr] ...
[INFO] [stderr] 46 |     fn mov_imm_dst(&self, dst: &str, n: i64, offset: i64) -> String;
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr] 47 |     fn movz(&self, src: &str, dst: &str) -> String;
[INFO] [stderr] 48 |     fn movb_src(&self, src: &str, dst: &str, n: i64) -> String;
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 51 |     fn mov_from_glb(&self, dst: &str, name: &str) -> String;
[INFO] [stderr]    |        ^^^^^^^^^^^^
[INFO] [stderr] 52 |     fn movb_from_glb(&self, dst: &str, name: &str) -> String;
[INFO] [stderr]    |        ^^^^^^^^^^^^^
[INFO] [stderr] 53 |     fn mov_to_glb(&self, src: &str, name: &str) -> String;
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] 54 |     fn movb_to_glb(&self, src: &str, name: &str) -> String;
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `f_sym` is never read
[INFO] [stderr]   --> src/ast.rs:87:5
[INFO] [stderr]    |
[INFO] [stderr] 83 | pub struct AstGen<'a> {
[INFO] [stderr]    |            ------ field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 87 |     f_sym: HashMap<String, (Type, Structure)>,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AstGen` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/asm.rs:883:25
[INFO] [stderr]     |
[INFO] [stderr] 883 |               _ => panic!(format!(
[INFO] [stderr]     |  _________________________^
[INFO] [stderr] 884 | |                 "asm.rs(generate_lvalue_address): Not Support AstType {:?}",
[INFO] [stderr] 885 | |                 a
[INFO] [stderr] 886 | |             )),
[INFO] [stderr]     | |_____________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 883 ~             _ => panic!(
[INFO] [stderr] 884 |                 "asm.rs(generate_lvalue_address): Not Support AstType {:?}",
[INFO] [stderr] 885 |                 a
[INFO] [stderr] 886 ~             ),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/asm.rs:926:29
[INFO] [stderr]     |
[INFO] [stderr] 926 |                 _ => panic!(format!("asm.rs(generate_post_inc): Not Support Structure {:?}", s)),
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 926 -                 _ => panic!(format!("asm.rs(generate_post_inc): Not Support Structure {:?}", s)),
[INFO] [stderr] 926 +                 _ => panic!("asm.rs(generate_post_inc): Not Support Structure {:?}", s),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/asm.rs:928:25
[INFO] [stderr]     |
[INFO] [stderr] 928 |               _ => panic!(format!("asm.rs(generate_post_inc): Not Support AstType {:?}",
[INFO] [stderr]     |  _________________________^
[INFO] [stderr] 929 | |                 a
[INFO] [stderr] 930 | |             )),
[INFO] [stderr]     | |_____________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 928 ~             _ => panic!("asm.rs(generate_post_inc): Not Support AstType {:?}",
[INFO] [stderr] 929 |                 a
[INFO] [stderr] 930 ~             ),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/asm.rs:958:29
[INFO] [stderr]     |
[INFO] [stderr] 958 |                   _ => panic!(format!(
[INFO] [stderr]     |  _____________________________^
[INFO] [stderr] 959 | |                     "asm.rs(generate_post_dec): Not Support Structure {:?}",
[INFO] [stderr] 960 | |                     s
[INFO] [stderr] 961 | |                 )),
[INFO] [stderr]     | |_________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 958 ~                 _ => panic!(
[INFO] [stderr] 959 |                     "asm.rs(generate_post_dec): Not Support Structure {:?}",
[INFO] [stderr] 960 |                     s
[INFO] [stderr] 961 ~                 ),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/asm.rs:963:25
[INFO] [stderr]     |
[INFO] [stderr] 963 |               _ => panic!(format!(
[INFO] [stderr]     |  _________________________^
[INFO] [stderr] 964 | |                 "asm.rs(generate_post_dec): Not Support AstType {:?}",
[INFO] [stderr] 965 | |                 a
[INFO] [stderr] 966 | |             )),
[INFO] [stderr]     | |_____________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 963 ~             _ => panic!(
[INFO] [stderr] 964 |                 "asm.rs(generate_post_dec): Not Support AstType {:?}",
[INFO] [stderr] 965 |                 a
[INFO] [stderr] 966 ~             ),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/asm.rs:994:29
[INFO] [stderr]     |
[INFO] [stderr] 994 |                   _ => panic!(format!(
[INFO] [stderr]     |  _____________________________^
[INFO] [stderr] 995 | |                     "asm.rs(generate_pre_inc): Not Support Structure {:?}",
[INFO] [stderr] 996 | |                     s
[INFO] [stderr] 997 | |                 )),
[INFO] [stderr]     | |_________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 994 ~                 _ => panic!(
[INFO] [stderr] 995 |                     "asm.rs(generate_pre_inc): Not Support Structure {:?}",
[INFO] [stderr] 996 |                     s
[INFO] [stderr] 997 ~                 ),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/asm.rs:999:25
[INFO] [stderr]      |
[INFO] [stderr]  999 |               _ => panic!(format!(
[INFO] [stderr]      |  _________________________^
[INFO] [stderr] 1000 | |                 "asm.rs(generate_pre_inc): Not Support AstType {:?}",
[INFO] [stderr] 1001 | |                 a
[INFO] [stderr] 1002 | |             )),
[INFO] [stderr]      | |_____________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]      = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]      |
[INFO] [stderr]  999 ~             _ => panic!(
[INFO] [stderr] 1000 |                 "asm.rs(generate_pre_inc): Not Support AstType {:?}",
[INFO] [stderr] 1001 |                 a
[INFO] [stderr] 1002 ~             ),
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/asm.rs:1030:29
[INFO] [stderr]      |
[INFO] [stderr] 1030 |                   _ => panic!(format!(
[INFO] [stderr]      |  _____________________________^
[INFO] [stderr] 1031 | |                     "asm.rs(generate_pre_dec): Not Support Structure {:?}",
[INFO] [stderr] 1032 | |                     s
[INFO] [stderr] 1033 | |                 )),
[INFO] [stderr]      | |_________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]      = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]      |
[INFO] [stderr] 1030 ~                 _ => panic!(
[INFO] [stderr] 1031 |                     "asm.rs(generate_pre_dec): Not Support Structure {:?}",
[INFO] [stderr] 1032 |                     s
[INFO] [stderr] 1033 ~                 ),
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]     --> src/asm.rs:1035:25
[INFO] [stderr]      |
[INFO] [stderr] 1035 |               _ => panic!(format!(
[INFO] [stderr]      |  _________________________^
[INFO] [stderr] 1036 | |                 "asm.rs(generate_pre_dec): Not Support AstType {:?}",
[INFO] [stderr] 1037 | |                 a
[INFO] [stderr] 1038 | |             )),
[INFO] [stderr]      | |_____________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]      = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]      |
[INFO] [stderr] 1035 ~             _ => panic!(
[INFO] [stderr] 1036 |                 "asm.rs(generate_pre_dec): Not Support AstType {:?}",
[INFO] [stderr] 1037 |                 a
[INFO] [stderr] 1038 ~             ),
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/lexer.rs:15:42
[INFO] [stderr]    |
[INFO] [stderr] 15 |     pub fn new(n: String, i: &'a str) -> LexicalAnalysis {
[INFO] [stderr]    |                               --         ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                               |
[INFO] [stderr]    |                               the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 15 |     pub fn new(n: String, i: &'a str) -> LexicalAnalysis<'a> {
[INFO] [stderr]    |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/main.rs:102:38
[INFO] [stderr]     |
[INFO] [stderr] 102 |                     Err(e) => panic!(e),
[INFO] [stderr]     |                                      ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr] 102 |                     Err(e) => panic!("{}", e),
[INFO] [stderr]     |                                      +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr] 102 -                     Err(e) => panic!(e),
[INFO] [stderr] 102 +                     Err(e) => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/main.rs:109:46
[INFO] [stderr]     |
[INFO] [stderr] 109 | ...                   Err(e) => panic!(e),
[INFO] [stderr]     |                                        ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr] 109 |                             Err(e) => panic!("{}", e),
[INFO] [stderr]     |                                              +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr] 109 -                             Err(e) => panic!(e),
[INFO] [stderr] 109 +                             Err(e) => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `rcc` (bin "rcc" test) generated 14 warnings (run `cargo fix --bin "rcc" -p rcc --tests` to apply 12 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rcc-89192de31b5ea657)
[INFO] [stdout] 
[INFO] [stdout] running 69 tests
[INFO] [stdout] test ast::tests::test_add_operator ... ok
[INFO] [stdout] test ast::tests::test_address_indirect ... ok
[INFO] [stdout] test ast::tests::test_array ... ok
[INFO] [stdout] test ast::tests::test_assign_operator ... ok
[INFO] [stdout] test ast::tests::test_bit_operator ... ok
[INFO] [stdout] test ast::tests::test_bracket ... ok
[INFO] [stdout] test ast::tests::test_assign_indirect ... ok
[INFO] [stdout] test ast::tests::test_compound ... ok
[INFO] [stdout] test ast::tests::test_add_sub_indirect ... ok
[INFO] [stdout] test ast::tests::test_condition_expression ... ok
[INFO] [stdout] test ast::tests::test_call_func ... ok
[INFO] [stdout] test ast::tests::test_div_operator ... ok
[INFO] [stdout] test ast::tests::test_division_assign ... ok
[INFO] [stdout] test ast::tests::test_func_def_with_args ... ok
[INFO] [stdout] test ast::tests::test_equal_operator ... ok
[INFO] [stdout] test ast::tests::test_greater_than_operator ... ok
[INFO] [stdout] test ast::tests::test_mix_logical_operator ... ok
[INFO] [stdout] test ast::tests::test_multiple_assign ... ok
[INFO] [stdout] test ast::tests::test_mul_operator ... ok
[INFO] [stdout] test ast::tests::test_logical_operator ... ok
[INFO] [stdout] test ast::tests::test_lvalue ... ok
[INFO] [stdout] test ast::tests::test_minus_assign ... ok
[INFO] [stdout] test ast::tests::test_less_than_operator ... ok
[INFO] [stdout] test ast::tests::test_mix_operator ... ok
[INFO] [stdout] test ast::tests::test_not_equal_operator ... ok
[INFO] [stdout] test ast::tests::test_plus_assign ... ok
[INFO] [stdout] test ast::tests::test_post_inc_dec ... ok
[INFO] [stdout] test ast::tests::test_shift_operator ... ok
[INFO] [stdout] test ast::tests::test_some_func_def ... ok
[INFO] [stdout] test ast::tests::test_remainder_assign ... ok
[INFO] [stdout] test ast::tests::test_pre_inc_dec ... ok
[INFO] [stdout] test ast::tests::test_statement_if ... ok
[INFO] [stdout] test ast::tests::test_sizeof ... ok
[INFO] [stdout] test ast::tests::test_string_literal ... ok
[INFO] [stdout] test ast::tests::test_statement_return ... ok
[INFO] [stdout] test ast::tests::test_statement_do_while ... ok
[INFO] [stdout] test ast::tests::test_type_pointer ... ok
[INFO] [stdout] test ast::tests::test_variable_char ... ok
[INFO] [stdout] test ast::tests::test_statement_while ... ok
[INFO] [stdout] test lexer::tests::test_comment ... ok
[INFO] [stdout] test ast::tests::test_sub_operator ... ok
[INFO] [stdout] test ast::tests::test_statement_continue_and_break ... ok
[INFO] [stdout] test ast::tests::test_unary_operator ... ok
[INFO] [stdout] test lexer::tests::test_multiple_assign ... ok
[INFO] [stdout] test lexer::tests::test_plus_assign ... ok
[INFO] [stdout] test lexer::tests::test_remainder_assign ... ok
[INFO] [stdout] test ast::tests::test_statement_else ... ok
[INFO] [stdout] test ast::tests::test_statement_for ... ok
[INFO] [stdout] test lexer::tests::test_array ... ok
[INFO] [stdout] test ast::tests::test_struct ... ok
[INFO] [stdout] test lexer::tests::test_lexer ... ok
[INFO] [stdout] test ast::tests::test_struct_val ... ok
[INFO] [stdout] test lexer::tests::test_division_assign ... ok
[INFO] [stdout] test ast::tests::test_variable ... ok
[INFO] [stdout] test lexer::tests::test_minus_assign ... ok
[INFO] [stdout] test lexer::tests::test_sizeof ... ok
[INFO] [stdout] test lexer::tests::test_string ... ok
[INFO] [stdout] test lexer::tests::test_struct ... ok
[INFO] [stdout] test lexer::tests::test_type ... ok
[INFO] [stdout] test semantic::test_arithmetic ... ok
[INFO] [stdout] test semantic::test_func_argment ... ok
[INFO] [stdout] test semantic::test_func_call ... ok
[INFO] [stdout] test semantic::test_func_type ... ok
[INFO] [stdout] test lexer::tests::test_variable ... ok
[INFO] [stdout] test semantic::test_global ... ok
[INFO] [stdout] test semantic::test_variable ... ok
[INFO] [stdout] test symbol::test::test_type_size ... ok
[INFO] [stdout] test symbol::test::test_register_symbol ... ok
[INFO] [stderr] error: test failed, to rerun pass `--bin rcc`
[INFO] [stdout] test test::test_integration ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_integration stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::test_integration' (248) panicked at src/main.rs:109:39:
[INFO] [stdout] Box<dyn Any>
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f1be9dd6f31 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f1be9dd6f31 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f1be9dd6f31 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f1be9dd6f31 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f1be9deb8aa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f1be9deb8aa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5f1be9ddb49c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5f1be9ddb49c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5f1be9db53c6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f1be9db53c6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f1be9dcf079 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f1be9d69d80 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5f1be9d69d80 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5f1be9dcf232 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5f1be9dcf232 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5f1be9d4bd90 - std[73adb7dc35730857]::panicking::begin_panic::<core[6883ba1bc0fe4ed1]::io::error::Error>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:752:9
[INFO] [stdout]   16:     0x5f1be9d4b6e3 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::begin_panic<core[6883ba1bc0fe4ed1]::io::error::Error>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f1be9d4b6b2 - std[73adb7dc35730857]::panicking::begin_panic::<core[6883ba1bc0fe4ed1]::io::error::Error>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:751:5
[INFO] [stdout]   18:     0x5f1be9d4532e - rcc[9eec95ffd7fbf897]::test::eval
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:109:39
[INFO] [stdout]   19:     0x5f1be9d3fdcc - rcc[9eec95ffd7fbf897]::test::test_integration::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:427:21
[INFO] [stdout]   20:     0x5f1be9d31608 - core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call::<(usize, &rcc[9eec95ffd7fbf897]::test::TestData), rcc[9eec95ffd7fbf897]::test::test_integration::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:884:29
[INFO] [stdout]   21:     0x5f1be9d31638 - <core[6883ba1bc0fe4ed1]::iter::adapters::enumerate::Enumerate<_> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::enumerate::<&rcc[9eec95ffd7fbf897]::test::TestData, (), core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(usize, &rcc[9eec95ffd7fbf897]::test::TestData), rcc[9eec95ffd7fbf897]::test::test_integration::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/enumerate.rs:140:27
[INFO] [stdout]   22:     0x5f1be9d1f47d - <core[6883ba1bc0fe4ed1]::slice::iter::Iter<rcc[9eec95ffd7fbf897]::test::TestData> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), <core[6883ba1bc0fe4ed1]::iter::adapters::enumerate::Enumerate<_> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::enumerate<&rcc[9eec95ffd7fbf897]::test::TestData, (), core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(usize, &rcc[9eec95ffd7fbf897]::test::TestData), rcc[9eec95ffd7fbf897]::test::test_integration::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stdout]   23:     0x5f1be9d3145c - <core[6883ba1bc0fe4ed1]::iter::adapters::enumerate::Enumerate<core[6883ba1bc0fe4ed1]::slice::iter::Iter<rcc[9eec95ffd7fbf897]::test::TestData>> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<(usize, &rcc[9eec95ffd7fbf897]::test::TestData), rcc[9eec95ffd7fbf897]::test::test_integration::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/enumerate.rs:146:19
[INFO] [stdout]   24:     0x5f1be9d31486 - <core[6883ba1bc0fe4ed1]::iter::adapters::enumerate::Enumerate<core[6883ba1bc0fe4ed1]::slice::iter::Iter<rcc[9eec95ffd7fbf897]::test::TestData>> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::for_each::<rcc[9eec95ffd7fbf897]::test::test_integration::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:887:14
[INFO] [stdout]   25:     0x5f1be9d4a33e - rcc[9eec95ffd7fbf897]::test::test_integration
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:424:14
[INFO] [stdout]   26:     0x5f1be9d3fd77 - rcc[9eec95ffd7fbf897]::test::test_integration::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:118:26
[INFO] [stdout]   27:     0x5f1be9d36226 - <rcc[9eec95ffd7fbf897]::test::test_integration::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5f1be9d5d0bb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5f1be9d5d0bb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   30:     0x5f1be9d6a705 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   31:     0x5f1be9d6a705 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   32:     0x5f1be9d6a705 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   33:     0x5f1be9d6a705 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x5f1be9d6a705 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5f1be9d6a705 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   36:     0x5f1be9d6a705 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   37:     0x5f1be9d651b4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   38:     0x5f1be9d651b4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   39:     0x5f1be9d6d852 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   40:     0x5f1be9d6d852 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   41:     0x5f1be9d6d852 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   42:     0x5f1be9d6d852 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   43:     0x5f1be9d6d852 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x5f1be9d6d852 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   45:     0x5f1be9d6d852 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5f1be9dd67bf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   47:     0x5f1be9dd67bf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   48:     0x79bc0c21daa4 - <unknown>
[INFO] [stdout]   49:     0x79bc0c2aaa64 - clone
[INFO] [stdout]   50:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test::test_integration
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 68 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d13662137b3ceba1b80e9a50a653b7eeeba18e197349e63f6857a449c4aa82ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d13662137b3ceba1b80e9a50a653b7eeeba18e197349e63f6857a449c4aa82ff", kill_on_drop: false }`
[INFO] [stdout] d13662137b3ceba1b80e9a50a653b7eeeba18e197349e63f6857a449c4aa82ff
